Skip to content

Commit

Permalink
Merge pull request #48 from jsau-/develop
Browse files Browse the repository at this point in the history
Fix deploy YML file
  • Loading branch information
jsau- committed Dec 18, 2023
2 parents 98dfbaf + 353d312 commit 0dba9aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
Expand All @@ -26,7 +26,7 @@ jobs:
cp -R ./coverage ./docs/coverage
touch ./docs/.nojekyll
- name: Publish docs
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs
Expand Down

0 comments on commit 0dba9aa

Please sign in to comment.