Skip to content

Commit

Permalink
ajuste na action
Browse files Browse the repository at this point in the history
  • Loading branch information
enoqueleal committed Feb 22, 2025
1 parent 0b475e4 commit e0e546b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: pages-artifact
- name: List downloaded files
run: ls -la
- name: Verify artifact download
run: echo "Artifact 'pages-artifact' downloaded successfully."
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: peaceiris/actions-gh-pages@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

0 comments on commit e0e546b

Please sign in to comment.