fix: docs deployment

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2023-10-08 17:38:00 +02:00
parent 576815013c
commit c1aa396a3e
2 changed files with 2 additions and 5 deletions

View file

@ -46,10 +46,7 @@ jobs:
- name: Build docs
run: mkdocs build
- name: Install netlify CLI
run: "yarn add --dev netlify-cli@${{ env.NETLIFY_VERSION }}"
- name: Run netlify CLI deployment
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
run: "netlify deploy --build --prod --message \"${{ github.event.head_commit.id }}\""
run: "npx -y netlify-cli@${{ env.NETLIFY_VERSION }} deploy --build --prod --message \"${{ github.event.head_commit.id }}\""

View file

@ -1,4 +1,4 @@
# Use the explore page
# Use the explore Page
TODO: This pages is still missing some content.
See this issue for more information and if you want to contribute: