Skip to content

Commit

Permalink
fix working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Jul 11, 2024
1 parent d51ee06 commit 99c3e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ jobs:

- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: docs

- name: Build website
run: yarn build
working-directory: docs

- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
path: docs/build

deploy:
name: Deploy to GitHub Pages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:

- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: docs
- name: Test build website
run: yarn build
working-directory: docs

0 comments on commit 99c3e5d

Please sign in to comment.