Skip to content

Commit

Permalink
fix push in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 30, 2023
1 parent 810ad42 commit be820e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cp -rf ./diagnostics/matlab/*.png ./dist/plots/
cp -rf ./diagnostics/julia/*.png ./dist/plots/
- name: Deploy to "dist" branch only for "master" and "share" pushes
if: ${{ matrix.node-version == '10.x' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/share' ) }}
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/share' ) }}
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit be820e5

Please sign in to comment.