Skip to content

Commit

Permalink
Upload documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Feb 4, 2024
1 parent 17868ae commit 2b72af6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: doc
Expand All @@ -28,11 +29,13 @@ jobs:
conda list
cd doc
make
- uses: bxb100/action-upload-webdav@v1
- uses: bxb100/action-upload@main
with:
webdav_address: ${{secrets.WEBDAV_ADDRESS}}
webdav_username: ${{secrets.WEBDAV_USERNAME}}
webdav_password: ${{secrets.WEBDAV_PASSWORD}}
webdav_upload_path: "./test/bff_test/master"
#webdav_upload_path: "./www/docs.peulen.xyz/project/bff/master"
files: "./doc/_build/html/stable/**"
provider: webdav
provider_options: |
endpoint=${{ secrets.WEBDAV_ADDRESS }}
username=${{ secrets.WEBDAV_USERNAME }}
password=${{ secrets.WEBDAV_PASSWORD }}
root=/www/docs.peulen.xyz/project/bff/master
include: './doc/_build/html/stable/**'

0 comments on commit 2b72af6

Please sign in to comment.