Skip to content
list

GitHub Action

azblob-generate-static-index

v1.2 Latest version

azblob-generate-static-index

list

azblob-generate-static-index

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

Installation

Copy and paste the following snippet into your .yml file.

              

- name: azblob-generate-static-index

uses: fixpoint/azblob-generate-static-index@v1.2

Learn more about this action in fixpoint/azblob-generate-static-index

Choose a version

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@v1

  - 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.