Skip to content

Commit 19d6db0

Browse files
authored
Update deploy.yml
1 parent 0420451 commit 19d6db0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
- name: Build with Maven
2323
run: mvn clean install
2424

25+
- name: Verify GITHUB_TOKEN
26+
run: echo "GITHUB_TOKEN is set"
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
2530
- name: Deploy to GitHub Pages
2631
env:
2732
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)