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 f322b14 commit 38ea240
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ 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 @@ -31,12 +28,10 @@ jobs:
conda list
cd doc
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/**"
files: "./doc/_build/html/stable/**"

0 comments on commit 38ea240

Please sign in to comment.