Skip to content

Commit

Permalink
Amend pipeline (#3)
Browse files Browse the repository at this point in the history
* Amend pipeline

* Temp force publish

* Not allowed to
RVR06 authored Jun 13, 2024
1 parent 09085ca commit 1218e10
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
@@ -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 }}
@@ -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

0 comments on commit 1218e10

Please sign in to comment.