Skip to content

Commit

Permalink
ci: remove hugo content artifact
Browse files Browse the repository at this point in the history
Project pages are now dynamically generated based on the shuttle index.
  • Loading branch information
urish committed Jul 16, 2024
1 parent cacd553 commit 7af0caa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tt_datasheet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ 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@v4
with:
Expand All @@ -60,12 +57,6 @@ jobs:
name: shuttle_index
path: shuttle_index.json

- name: upload hugo content
uses: actions/upload-artifact@v4
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 7af0caa

Please sign in to comment.