Skip to content

Commit

Permalink
fix workflow path for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skretzschmann committed Apr 11, 2024
1 parent 99d7cf6 commit b06edcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/staging_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
token: ${{ secrets.GIT_TOKEN }}
- name: Install
run: |
cd docs
yarn
yarn run docusaurus build
PASSWORD=${{secrets.HTPASSWD}} make config_staging
Expand Down

0 comments on commit b06edcb

Please sign in to comment.