Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
exavolt authored Nov 22, 2023
1 parent 538c106 commit cc12647
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build website
run: yarn build
- name: Inspect current dir
run: ls -al .
- name: Path
run: pwd
- name: Workspace dir
run: echo ${GITHUB_WORKSPACE}
- name: Inspect project dir
run: ls -al ./build

Expand All @@ -42,7 +44,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
publish_dir: ./pass3-identity/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 cc12647

Please sign in to comment.