Skip to content

Commit fa0be59

Browse files
committed
fix gh action pwd
1 parent b6314ee commit fa0be59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
# Build job
2626
build:
2727
runs-on: ubuntu-latest
28+
defaults:
29+
run:
30+
working-directory: ./website
2831
steps:
2932
- name: Checkout
3033
uses: actions/checkout@v3

0 commit comments

Comments
 (0)