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
e09ddcb7ab
commit
576815013c
2 changed files with 8 additions and 3 deletions
6
.github/workflows/docs-netlify-deploy.yml
vendored
6
.github/workflows/docs-netlify-deploy.yml
vendored
|
@ -30,10 +30,10 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||
|
||||
- name: Setup node
|
||||
uses: ./.github/actions/setup-node
|
||||
- name: Set up NodeJS
|
||||
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
|
||||
with:
|
||||
NODEJS_VERSION: ${{ env.NODEJS_VERSION }}
|
||||
node-version: ${{ env.NODEJS_VERSION }}
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
|
|
5
docs/content/tutorials/explore.md
Normal file
5
docs/content/tutorials/explore.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Use the explore page
|
||||
|
||||
TODO: This pages is still missing some content.
|
||||
See this issue for more information and if you want to contribute:
|
||||
<https://github.com/hedgedoc/hedgedoc/issues/4830>
|
Loading…
Reference in a new issue