We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c1991 commit 7ef0cd5Copy full SHA for 7ef0cd5
.github/workflows/github-pages.yml
@@ -27,10 +27,10 @@ jobs:
27
cd $GITHUB_WORKSPACE
28
- name: Checkout current repo
29
if: ${{ env.RUN_NEEDED == 'true' }}
30
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
31
- name: Checkout built GitHub Pages from Secvisogram repo
32
33
34
with:
35
repository: secvisogram/secvisogram
36
ref: gh-pages
@@ -42,7 +42,7 @@ jobs:
42
rm -rf .git
43
- name: Deploy to GitHub Pages
44
45
- uses: crazy-max/ghaction-github-pages@v2
+ uses: crazy-max/ghaction-github-pages@v4
46
47
repo: secvisogram/secvisogram.github.io
48
target_branch: gh-pages
0 commit comments