Skip to content

Commit

Permalink
Testing with deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Bernier committed Apr 24, 2024
1 parent a45440c commit badf8fd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy-hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
submodules: true # Fetch Hugo themes (true OR recursive)


- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
Expand All @@ -26,8 +25,8 @@ jobs:
- name: Build
run: hugo

# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./public
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

0 comments on commit badf8fd

Please sign in to comment.