Skip to content

Commit b34117f

Browse files
committed
Changes to be committed:
modified: .github/workflows/gh-pages.yml
1 parent dcc76d7 commit b34117f

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,27 @@ on:
77
branches:
88
- main
99
workflow_dispatch:
10-
1110
jobs:
1211
deploy:
1312
runs-on: ubuntu-22.04
1413
steps:
15-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v3
1615
with:
1716
submodules: true # Fetch Hugo themes (true OR recursive)
1817
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1918

20-
- uses: actions/setup-node@v4
21-
with:
22-
<<<<<<< HEAD
23-
node-version: 20
24-
2519
- name: Setup Hugo
26-
uses: peaceiris/actions-hugo@v3
20+
uses: peaceiris/actions-hugo@v2
2721
with:
28-
=======
29-
>>>>>>> fed30ed (This documentation change includes the following:)
3022
hugo-version: 0.121.2
3123
extended: true
32-
3324
- name: Install Dependencies
3425
run: npm install autoprefixer postcss postcss-cli
3526
- name: Build
3627
run: hugo --minify
3728

3829
- name: Deploy
39-
uses: peaceiris/actions-gh-pages@v4
30+
uses: peaceiris/actions-gh-pages@v3
4031
if: github.ref == 'refs/heads/main'
4132
with:
4233
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)