Skip to content

Commit

Permalink
Update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Naylor committed Oct 2, 2024
1 parent 1966691 commit 4f8a196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
--haddock-option "--source-module=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/tree/$GITHUB_SHA/%{FILE}" \
--haddock-option "--source-entity=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/tree/$GITHUB_SHA/%{FILE}#L%{LINE}" \
- name: Upload documentation artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: doc
path: doc
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download documentation artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: doc
- name: Deploy documentation
Expand Down

0 comments on commit 4f8a196

Please sign in to comment.