diff --git a/.github/workflows/import-publications.yml b/.github/workflows/import-publications.yml index 8ee4b62..1b23958 100644 --- a/.github/workflows/import-publications.yml +++ b/.github/workflows/import-publications.yml @@ -54,4 +54,4 @@ jobs: if: ${{ steps.cpr.outputs.pull-request-number }} run: | echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}" - echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" + echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" \ No newline at end of file diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ce5b54c..e39111f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.126.3' + WC_HUGO_VERSION: '0.136.5' on: # Trigger the workflow every time you push to the `main` branch @@ -44,7 +44,7 @@ jobs: ${{ runner.os }}-hugomod- - name: Setup Pages id: pages - uses: actions/configure-pages@v3 #v3 + uses: actions/configure-pages@v5 - name: Build with Hugo env: HUGO_ENVIRONMENT: production @@ -54,7 +54,7 @@ jobs: - name: Generate Pagefind search index run: npx pagefind --site "public" - name: Upload artifact - uses: actions/upload-pages-artifact@v3 #v2 + uses: actions/upload-pages-artifact@v3 with: path: ./public @@ -69,4 +69,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/.github/workflows/updater-wip.yml b/.github/workflows/updater-wip.yml index 43aacf1..566e644 100644 --- a/.github/workflows/updater-wip.yml +++ b/.github/workflows/updater-wip.yml @@ -19,4 +19,4 @@ jobs: with: feed-url: https://hugoblox.com/rss.xml readme-section: news - branch: main + branch: main \ No newline at end of file