Skip to content

Commit

Permalink
Add resources folder back, but remove resources/_gen
Browse files Browse the repository at this point in the history
  • Loading branch information
abidingabi committed Sep 8, 2020
1 parent 880aa40 commit 5e08abf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.74.2'
# extended: true
hugo-version: '0.74.3'
extended: true

- name: Build
run: hugo --minify
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
tmp/

public
resources
resources/_gen

0 comments on commit 5e08abf

Please sign in to comment.