Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 891 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 891 Bytes

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.