Skip to content

Commit

Permalink
Rollback HUGO (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
RVR06 authored Jun 19, 2024
1 parent f776175 commit e0d39fb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 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-latest
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ${{ env.documentation_root }}
Expand All @@ -34,6 +34,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
lfs: 'true'

- name: Setup Node
uses: actions/setup-node@v3
Expand All @@ -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

Expand All @@ -85,4 +83,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v1

0 comments on commit e0d39fb

Please sign in to comment.