Skip to content

Commit

Permalink
Fixing docs gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ragboyjr committed Nov 4, 2024
1 parent 12ee651 commit 5fd1ed8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.79.1'
hugo-version: "0.136.5"

- name: Build
run: hugo --minify -s doc

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

0 comments on commit 5fd1ed8

Please sign in to comment.