Skip to content

Commit

Permalink
Set working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Dương Kafka Đinh Hoàng committed Jul 2, 2023
1 parent c42520e commit ae279dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-doc-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: DocumentSite/yarn.lock

- name: Go to doc directory
run: cd DocumentSite
- name: Install dependencies
working-directory: ./DocumentSite
run: yarn install --frozen-lockfile
- name: Build website
working-directory: ./DocumentSite
run: yarn build

# Popular action to deploy to GitHub Pages:
Expand Down

0 comments on commit ae279dd

Please sign in to comment.