Skip to content

Commit

Permalink
ci(datasheet): generate hugo_content artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Dec 23, 2023
1 parent 010f8f8 commit 5ade39b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/tt_datasheet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
exit 1
fi
- name: Generate hugo content
run: mkdir hugo && python ./tt/configure.py --build-hugo-content hugo

- name: Archive PDF
uses: actions/upload-artifact@v3
with:
Expand All @@ -55,6 +58,12 @@ jobs:
name: shuttle_index
path: shuttle_index.json

- name: upload hugo content
uses: actions/upload-artifact@v3
with:
name: hugo_content
path: hugo

- name: Prepare GitHub pages archive
run: |
mkdir gh_pages
Expand Down
2 changes: 1 addition & 1 deletion tt

0 comments on commit 5ade39b

Please sign in to comment.