Skip to content

Commit

Permalink
fix: remove working-directory: './website' from:
Browse files Browse the repository at this point in the history
- uses: actions/setup-node@v3
- uses: peaceiris/actions-gh-pages@v3
  • Loading branch information
pizofreude committed Oct 25, 2023
1 parent f7e7272 commit 15ad442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 19
cache: npm
cache-dependency-path: './website/package-lock.json' # The path to your package-lock.json
working-directory: './website'
# working-directory: './website'


- name: Install dependencies
Expand All @@ -44,7 +44,7 @@ jobs:
publish_branch: main
# Build output to publish to the `gh-pages` branch:
publish_dir: ./website/build
working-directory: './website'
# working-directory: './website'
# publish_dir: ./build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
Expand Down

0 comments on commit 15ad442

Please sign in to comment.