Skip to content

Commit

Permalink
fix GitHub Pages Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Oct 15, 2024
1 parent f30acd9 commit 779456e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/docs/deployment/github-pages/codes/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```yaml
```yaml{_max_lines=20}
name: GitHub Pages
on:
Expand Down Expand Up @@ -41,6 +41,9 @@ jobs:
with:
node-version: "18"
- name: Setup Dart Sass
run: sudo snap install dart-sass && sudo snap alias dart-sass sass
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
Expand Down

0 comments on commit 779456e

Please sign in to comment.