Skip to content

Commit

Permalink
Amend pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RVR06 committed Jun 13, 2024
1 parent 09085ca commit 0032972
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
permissions:
contents: read
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ env.documentation_root }}
Expand Down Expand Up @@ -53,10 +53,13 @@ jobs:
extended: true

- name: Build
run: hugo --minify
run: |
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: ${{ env.documentation_root }}/public

Expand Down

0 comments on commit 0032972

Please sign in to comment.