Skip to content

Commit

Permalink
Just remove versioning.
Browse files Browse the repository at this point in the history
It might bite me sometime in the future, but deployment always does anyway

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

steps:
- uses: actions/checkout@v4
- uses: peaceiris/actions-hugo@v3
- uses: actions/checkout
- uses: peaceiris/actions-hugo
with:
hugo-version: 'latest'
- name: Build
run: hugo
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: master
Expand Down

0 comments on commit 93f9670

Please sign in to comment.