Skip to content

Commit d376eda

Browse files
authored
Merge pull request #236 from Logofile/sync
GitHub Actions update
2 parents 562f010 + aa88870 commit d376eda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gh-pages.yml

+5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ on:
77
branches:
88
- main
99
workflow_dispatch:
10+
1011
jobs:
1112
deploy:
13+
permissions:
14+
contents: write
1215
runs-on: ubuntu-22.04
1316
steps:
1417
- uses: actions/checkout@v3
@@ -21,8 +24,10 @@ jobs:
2124
with:
2225
hugo-version: 0.121.2
2326
extended: true
27+
2428
- name: Install Dependencies
2529
run: npm install autoprefixer postcss postcss-cli
30+
2631
- name: Build
2732
run: hugo --minify
2833

0 commit comments

Comments
 (0)