Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Gou committed Jul 18, 2023
1 parent d250c27 commit 58c2748
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Expand Up @@ -16,13 +16,12 @@ jobs:
with:
hugo-version: '0.115.3'
extended: true

- name: Build
run: make build

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

publish_dir: ./public

1 comment on commit 58c2748

@vercel
Copy link

@vercel vercel bot commented on 58c2748 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.