Skip to content

Commit

Permalink
Fix: docs build (p4gefau1t#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier authored May 20, 2021
1 parent 881182a commit c9fe6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
branches:
- master
paths:
- "docs"
- "docs/**"
- ".github/workflows/gh-pages.yml"
pull_request:
branches:
- master
paths:
- "docs"
- "docs/**"
- ".github/workflows/gh-pages.yml"
name: github-pages
jobs:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.83.0"
hugo-version: "0.83.1"
# extended: true

- name: Build
Expand Down
1 change: 0 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ default: hugo
clean:
rm -rf public/


hugo-build: clean hugo-themes
hugo --enableGitInfo --source .

Expand Down

0 comments on commit c9fe6aa

Please sign in to comment.