Skip to content

Commit

Permalink
Update github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes authored Nov 26, 2023
1 parent 98f2878 commit 1f2aad9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: website/yarn.lock
cache-dependency-path: yarn.lock

- name: Install dependencies
run: yarn install
working-directory: website

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

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
Expand All @@ -46,7 +44,7 @@ jobs:
startsWith(github.head_ref, 'docs/'))
with:
github_token: ${{ secrets.DEPLOY_TOKEN }}
publish_dir: ./website/build
publish_dir: ./build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
Expand Down

0 comments on commit 1f2aad9

Please sign in to comment.