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