Skip to content

Commit 21d22a4

Browse files
authored
Add checkout step to GitHub Actions workflow
Debugging workflow
1 parent bde8ad8 commit 21d22a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@ jobs:
66
name: push new content to gh-pages
77
runs-on: ubuntu-22.04
88
steps:
9+
- name: Checkout main
10+
uses: actions/checkout@v2
911
- name: deploy
1012
uses: mhausenblas/[email protected]
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+

0 commit comments

Comments
 (0)