Skip to content

Commit

Permalink
Update issue-event.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isayme authored Nov 9, 2023
1 parent 55c5465 commit 517814d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/issue-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,27 @@ jobs:
- name: Push changes
run: git push

ghpages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.78.1'

- name: Build
run: hugo --minify

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
cname: blog.isayme.org
force_orphan: true

0 comments on commit 517814d

Please sign in to comment.