mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix: docs deployment
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
576815013c
commit
c1aa396a3e
2 changed files with 2 additions and 5 deletions
5
.github/workflows/docs-netlify-deploy.yml
vendored
5
.github/workflows/docs-netlify-deploy.yml
vendored
|
@ -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 }}\""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue