Skip to content

Commit 2af6534

Browse files
committed
testando copilot de eric
1 parent 2862590 commit 2af6534

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,8 @@ jobs:
6464
steps:
6565
- name: Deploy to GitHub Pages
6666
id: deployment
67-
uses: actions/deploy-pages@v3
67+
uses: actions/deploy-pages@v3
68+
with:
69+
token: ${{ secrets.GITHUB_TOKEN }}
70+
env:
71+
DEBUG: true

0 commit comments

Comments
 (0)