diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 589bd79..8514444 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,14 +11,14 @@ jobs: fail-fast: false matrix: os: - - ubuntu-latest + - ubuntu-24.04 steps: - uses: actions/checkout@v2 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Build - run: docker run --rm -v $PWD:/workspace quay.io/crc-org/hugo:0.127.0 --minify + run: podman run --rm -v $PWD:/workspace quay.io/crc-org/hugo:0.127.0 --minify - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/main'