Skip to content

azblob-generate-static-index

Actions
Generate index.html for static web hosting on Azure Blob storage
v1.3
Latest
Star (2)

azblob-generate-static-index

This generate index.html from your workflow to Azure Blob Storage for Static website hosting in Azure Storage.

Usage

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.

License

This scripts and documentation in this project are released under the MIT License.

azblob-generate-static-index is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Generate index.html for static web hosting on Azure Blob storage
v1.3
Latest

azblob-generate-static-index is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.