Skip to content

Commit b9c8719

Browse files
committed
Fix deploy script.
1 parent 530b9a2 commit b9c8719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.ref != 'refs/heads/main'
1212
steps:
1313
- name: 'Checkout'
14-
uses: actions/checkout@main
14+
uses: actions/checkout@v2
1515
- name: 'Build only'
1616
uses: shalzz/[email protected]
1717
env:
@@ -22,8 +22,8 @@ jobs:
2222
if: github.ref == 'refs/heads/main'
2323
steps:
2424
- name: 'Checkout'
25-
uses: actions/checkout@main
26-
name: 'Build and deploy'
25+
uses: actions/checkout@v2
26+
- name: 'Build and deploy'
2727
uses: shalzz/[email protected]
2828
env:
2929
PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)