Skip to content

Commit

Permalink
up again
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Jul 18, 2024
1 parent 1ba221c commit dbd74f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: latest
run_install: |
args: [--no-frozen-lockfile, --strict-peer-dependencies]
- run: mkdir ./data && git checkout gh-pages ./data/
- run: mkdir ./data && git --work-tree=./data checkout gh-pages -- .
- id: shouldContinue
run: pnpx tsx src/checkNeedsPublish.ts
- run: echo $OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
version: latest
run_install: |
args: [--no-frozen-lockfile, --strict-peer-dependencies]
- run: mkdir ./data && git checkout gh-pages ./data/
- run: mkdir ./data && git --work-tree=./data checkout gh-pages -- .
- name: Set publishing config
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
env:
Expand Down

0 comments on commit dbd74f6

Please sign in to comment.