Skip to content

Commit

Permalink
Pipeline Workflow changed
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoKocevar committed Sep 3, 2024
1 parent 8c7ef58 commit e23a7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"
cache: "npm"
registry-url: "https://registry.npmjs.org"
cache-dependency-path: "./docs/package-lock.json"
Expand All @@ -42,5 +42,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/dist
publish_dir: ./docs/.vitepress/dist
cname: isi.oss.muenchen.de

0 comments on commit e23a7ee

Please sign in to comment.