We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d834367 + f0be3e2 commit b88d896Copy full SHA for b88d896
1 file changed
.github/workflows/test-lp.yml
@@ -1,5 +1,8 @@
1
name: Test Learning Path
2
on: pull_request
3
+env:
4
+ HUGO_VERSION: 0.130.0
5
+
6
jobs:
7
Test-Pull-Request:
8
runs-on: ubuntu-24.04-arm
@@ -8,9 +11,13 @@ jobs:
11
uses: actions/checkout@v4
9
12
with:
10
13
ref: ${{ steps.vars.outputs.branch-name }}
14
+ - name: Setup Hugo
15
+ uses: peaceiris/actions-hugo@v3
16
+ with:
17
+ hugo-version: ${{ env.HUGO_VERSION }}
18
+ extended: true
19
- name: Run hugo command to test site builds
20
run: |
- sudo apt-get install -y hugo
21
hugo
22
- name: Get all changed markdown files
23
id: changed-markdown-files
0 commit comments