Skip to content

Commit

Permalink
adds cookbook as a separate site
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbradley committed Aug 29, 2024
1 parent 35365b4 commit f4ded08
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload reader site content
uses: actions/upload-pages-artifact@v3
with:
path: reader/public
- name: Build cookbook with Hugo
env:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
Expand All @@ -72,12 +76,10 @@ jobs:
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
- name: Upload cookbook site content
uses: actions/upload-pages-artifact@v3
with:
path: |
reader/public
cookbook/public
path: cookbook/public

# Deployment job
deploy:
Expand Down

0 comments on commit f4ded08

Please sign in to comment.