Skip to content

Commit

Permalink
update github-pages-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Dec 27, 2023
1 parent 34f43cb commit efe493d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
node-version: [ 14.x ]
node-version: [ 16.x ]
heta-version: [ "0.7.2" ]
platform: [ ubuntu-latest ]

Expand Down Expand Up @@ -45,8 +45,8 @@ jobs:
cp -rf ./diagnostics/julia/*.png ./dist/plots/
- name: Deploy to "dist" branch only for "master" and "share" pushes
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/share' ) }}
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: dist # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.
token: ${{ secrets.GITHUB_TOKEN }}
branch: dist # The branch the action should deploy to.
folder: dist # The folder the action should deploy.

0 comments on commit efe493d

Please sign in to comment.