Skip to content

Commit

Permalink
remove push to /public
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-shpak committed Aug 8, 2023
1 parent 280e0a3 commit 43b49c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
working-directory: exampleSite
run: hugo --themesDir ../..

- 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 43b49c5

Please sign in to comment.