Skip to content

Commit 3fe2759

Browse files
authored
Revert gh-pages.yml changes
Return the gh-pages.yml file to the state it is in at HEAD in the main repo.
1 parent 654b896 commit 3fe2759

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
branches:
88
- main
99
workflow_dispatch:
10-
1110
jobs:
1211
deploy:
1312
runs-on: ubuntu-22.04
@@ -20,12 +19,10 @@ jobs:
2019
- name: Setup Hugo
2120
uses: peaceiris/actions-hugo@v2
2221
with:
23-
hugo-version: 'latest'
22+
hugo-version: 0.121.2
2423
extended: true
25-
2624
- name: Install Dependencies
2725
run: npm install autoprefixer postcss postcss-cli
28-
2926
- name: Build
3027
run: hugo --minify
3128

0 commit comments

Comments
 (0)