Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Collinbrown95 committed May 2, 2024
1 parent becf31c commit cb56780
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
# extended: true

- name: Build
run: hugo --minify
run: |
cd exampleSite
hugo -t resume --themesDir ../..

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

0 comments on commit cb56780

Please sign in to comment.