Skip to content

Commit

Permalink
Fix build website workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Feb 20, 2024
1 parent d14824a commit 869b328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Store PR id
if: github.event_name == 'pull_request'
run: |
echo ${{ github.event.number }} > ./docs/target/generated-docs/pr-id.txt
echo ${{ github.event.number }} > ./client/docs/target/generated-docs/pr-id.txt
- name: Publishing directory for PR preview
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 869b328

Please sign in to comment.