Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Jan 31, 2025
1 parent aff68ab commit 95edaa2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,7 @@ jobs:
- name: Build specs
run: make ghpages

# - name: Upload artifacts
# #id: upload-artifact
# # Makes a zip file of the content.
# uses: actions/upload-artifact@v4
# with:
# name: github-pages # default name sought by deploy-pages.
# path: out/ghpages

- name: Upload static files for GitHub Pages
- name: Upload generated files for GitHub Pages
id: deployment
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 95edaa2

Please sign in to comment.