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 9cd27f7 commit 62fe853
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: pages-artifact
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
- name: Display GitHub Pages URL
run: echo "GitHub Pages URL: ${{ steps.deployment.outputs.page_url }}"

0 comments on commit 62fe853

Please sign in to comment.