Skip to content

Commit

Permalink
update ci task to run from docs dic
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 8, 2024
1 parent b904241 commit 8df5c3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8df5c3a

Please sign in to comment.