Skip to content

Commit

Permalink
Changed the working directory for the website generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Sep 10, 2023
1 parent ac148c4 commit 76a1e4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
defaults:
run:
working-directory: './docusaurus'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 76a1e4c

Please sign in to comment.