From 93f96705841fabf900eec66d82fcbbdc086e9630 Mon Sep 17 00:00:00 2001 From: Shauna Gordon Date: Wed, 12 Jun 2024 02:46:53 -0400 Subject: [PATCH] Just remove versioning. It might bite me sometime in the future, but deployment always does anyway Signed-off-by: Shauna Gordon --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e457f68d4..fb58382f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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