Skip to content

Commit

Permalink
ci: update working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Apr 15, 2024
1 parent 7155b3c commit 75803d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
name: Build Docusaurus
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./website

steps:
- uses: actions/checkout@v4
Expand All @@ -21,10 +24,8 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: website
- name: Build website
run: npm run build
working-directory: website

- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 75803d2

Please sign in to comment.