Skip to content

Commit

Permalink
fix: documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Aug 18, 2022
1 parent 30ba338 commit a6a51a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/user-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
Expand All @@ -29,10 +29,12 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'

- run: cd docs && npm install postcss postcss-cli autoprefixer

- run: cd docs/themes/docsy && npm install

- run: cd docs && hugo --minify

- name: Deploy
Expand Down

0 comments on commit a6a51a8

Please sign in to comment.