Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TomConner committed Oct 7, 2023
1 parent 8d0ce27 commit 86dc427
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,19 @@ jobs:
hugo-version: '0.111.0'
# extended: true

- name: Build
run: hugo --minify

- name: What is here
run: hugo version ; find . | grep -v git | sort

- name: Build
run: hugo --minify
- name: Upload
run: zip built.zip .

- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: .

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 86dc427

Please sign in to comment.