From e0d39fb3755128e3a97e4690c8514533e4ae2c6c Mon Sep 17 00:00:00 2001 From: Romain Vasseur <57908971+RVR06@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:55:55 +0200 Subject: [PATCH] Rollback HUGO (#5) --- .github/workflows/gh-pages.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 94c1071..fde636a 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -25,7 +25,7 @@ jobs: build: permissions: contents: read - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 defaults: run: working-directory: ${{ env.documentation_root }} @@ -34,6 +34,7 @@ jobs: with: fetch-depth: 0 submodules: recursive + lfs: 'true' - name: Setup Node uses: actions/setup-node@v3 @@ -52,13 +53,10 @@ jobs: extended: true - name: Build - run: | - hugo \ - --minify \ - --baseURL "${{ steps.pages.outputs.base_url }}/" + run: hugo --minify - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v1 with: path: ${{ env.documentation_root }}/public @@ -85,4 +83,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v1 \ No newline at end of file