Skip to content

Commit

Permalink
Fix API docs deployment pipeline typo
Browse files Browse the repository at this point in the history
  • Loading branch information
memowe committed Apr 29, 2024
1 parent 925f5a1 commit 957cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: mv $(find haddock_build -wholename '*doc/html/trivialini' | head -n 1) haddock_html

- name: Store generated API docs as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-pages-artifact@v2
with:
path: haddock_html

Expand Down

0 comments on commit 957cb0c

Please sign in to comment.