Skip to content

Commit

Permalink
fix VERSION env value for generated docs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
  • Loading branch information
d00p committed Nov 4, 2023
1 parent 705fbe8 commit 1007683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# - name: Build documentation html (latest)
# run: npm run docs:build
# env:
# VERSION: "latest"
# VERSION: "/latest/"
# working-directory: .

# - name: Deploy to server (latest)
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Build documentation html (v2.1)
run: npm run docs:build
env:
VERSION: "v2.1"
VERSION: "/v2.1/"
working-directory: .

- name: Deploy to server (v2.1)
Expand Down

0 comments on commit 1007683

Please sign in to comment.