Skip to content

Commit 5ebe199

Browse files
authored
Merge pull request #69 from LABHDUFBA/thibauteste
testando copilot de eric
2 parents a94f9ef + 2af6534 commit 5ebe199

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)