This generate index.html
from your workflow to Azure Blob Storage for Static website hosting in Azure Storage.
Get Azure Storage connection strings and specify it to connection-string
through Github secrets like:
steps:
- uses: actions/checkout@v4
- uses: fixpoint/azblob-generate-static-index@v1
with:
connection-string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
prefix: some/directory
overwrite: true
See action.yml for more detail.
This scripts and documentation in this project are released under the MIT License.