Skip to content

Commit

Permalink
Merge pull request #5 from melissawm/add-theme
Browse files Browse the repository at this point in the history
Update ghpages deployment to fetch theme
  • Loading branch information
melissawm authored Aug 13, 2024
2 parents 3584e74 + 9de377f commit db0cb76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Build with Hugo
run: |
hugo --gc
git submodule update --init --recursive # fetch theme
make html
- name: Deploy pages
uses: actions/deploy-pages@v4
Expand Down

0 comments on commit db0cb76

Please sign in to comment.