Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 18, 2024
1 parent 30c4b7d commit 661cc95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: '16'
- uses: bahmutov/[email protected]
- uses: bahmutov/[email protected]
- run: yarn build
- uses: actions/upload-artifact@v4
with:
Expand All @@ -37,4 +35,4 @@ jobs:
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npx -y -p [email protected] gh-pages -d build -u "github-actions-bot <[email protected]>"
- run: npx -y -p [email protected] gh-pages -d dist -u "github-actions-bot <[email protected]>"

0 comments on commit 661cc95

Please sign in to comment.