mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04: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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue