Skip to content

Commit

Permalink
Trying to get this right lol.
Browse files Browse the repository at this point in the history
  • Loading branch information
jherzstein committed Mar 3, 2024
1 parent fcbbd0a commit cae8cf9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
- name: Check out
uses: actions/checkout@v1

- name: Install Hugo
run: sudo apt install hugo

- name: Build the site
run: hugo mod init jordanherzstein.xyz
run: hugo --config hugo.toml

- name: Publish generated content to GitHub Pages
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit cae8cf9

Please sign in to comment.