Skip to content

Update 2.0.5 (again) #50

Update 2.0.5 (again)

Update 2.0.5 (again) #50

Workflow file for this run

name: Publish documentation
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Upload to Azure Blob Storage
env:
AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.connectionString }}
run: |
rm -rf .github
rm -rf .git
az storage blob upload-batch \
-s ./ \
-d 'https://fireflyiiiapidocs.blob.core.windows.net/$web' \
--no-progress \
--overwrite