Skip to content

Commit

Permalink
Already bitten...
Browse files Browse the repository at this point in the history
Have to at least include the major versions

Signed-off-by: Shauna Gordon <[email protected]>
  • Loading branch information
ShaunaGordon committed Jun 12, 2024
1 parent 93f9670 commit 19b6cfc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout
- uses: peaceiris/actions-hugo
- uses: actions/checkout@v4
- uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
- name: Build
run: hugo
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: master
FOLDER: public
CLEAN: true
branch: master
folder: public
clean: true

0 comments on commit 19b6cfc

Please sign in to comment.