Skip to content

Commit

Permalink
fix setup.bash path
Browse files Browse the repository at this point in the history
Signed-off-by: Teo Koon Peng <[email protected]>
  • Loading branch information
koonpeng committed Jul 1, 2024
1 parent 07f09ab commit 706e39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
working-directory: packages/api-server
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
- name: bootstrap
Expand All @@ -49,7 +49,7 @@ jobs:
package: api-server
- name: Extract docs
run: |
. /opt/rmf/install/setup.bash
. /opt/rmf/setup.bash
pnpm run generate-docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 706e39b

Please sign in to comment.