Skip to content

Commit

Permalink
ci: build and deploy docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
m-benamor committed Sep 27, 2024
1 parent b9c24eb commit ed64791
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: add favicon to redoc page
run: sed -i '7 i \ \ <link rel="icon" type="image/gif" href="../favicon.ico"/>' out/api-doc/index.html
- name: Build website
run: cd mainzelliste-doc && npm run build && ls
run: cd mainzelliste-doc && npm run build && mkdir ../out/docs && mv build ../out/docs/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
22 changes: 19 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed64791

Please sign in to comment.