Skip to content

Commit

Permalink
Update generate_documentation.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Suckerberg <mark@suckerberg.gay>
  • Loading branch information
MarkSuckerberg authored Feb 1, 2025
1 parent 6df5031 commit 92bf815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
echo codedocs.shiptest.net > dmdoc/CNAME
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Upload output directory
path: "dmdoc/"

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 92bf815

Please sign in to comment.