Skip to content

Commit

Permalink
fix: relateive output path
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Nov 14, 2024
1 parent 3f353b8 commit c07e6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build Documentation
run: |
(cd docs && OUTPUT=$(pwd)/docs-output make docs-build)
(cd docs && OUTPUT=$(pwd)/../docs-output make docs-build)
- name: Commit and Push Changes to Docs Repo
working-directory: docs-output
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
git pull origin main
# Build Docs for Main Branch (latest)
(cd docs && OUTPUT=$(pwd)/docs-output VERSION="latest" BRANCH="main" make docs-build)
(cd docs && OUTPUT=$(pwd)/../docs-output VERSION="latest" BRANCH="main" make docs-build)
# Commit and Push Latest Docs to Main
cd docs-output
Expand Down

0 comments on commit c07e6a6

Please sign in to comment.