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 b0f14d2 commit f322b14
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
run:
shell: bash -el {0}
steps:
- name: Checkout Repository
- uses: actions/checkout@v4

- name: Set up Conda
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: doc
Expand All @@ -27,4 +30,13 @@ jobs:
conda info
conda list
cd doc
make
make
- name: Upload Documentation
- uses: bxb100/action-upload-webdav@v1
with:
webdav_address: ${{secrets.WEBDAV_ADDRESS}}
webdav_username: ${{secrets.WEBDAV_USERNAME}}
webdav_password: ${{secrets.WEBDAV_PASSWORD}}
webdav_upload_path: "/www/docs.peulen.xyz/project/bff/master"
files: "./doc/_build/html/stable/**"

0 comments on commit f322b14

Please sign in to comment.