Skip to content

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

License

Notifications You must be signed in to change notification settings

fixpoint/azblob-generate-static-index

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published