We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2660ce commit d26838cCopy full SHA for d26838c
.github/workflows/generate_website.yml
@@ -129,3 +129,4 @@ jobs:
129
github_token: ${{ secrets.GITHUB_TOKEN }}
130
publish_dir: ./web/dist
131
destination_dir: ${{ github.event_name == 'pull_request' && 'pr' || '' }}
132
+ keep_files: true
.github/workflows/refresh_website.yml
@@ -60,4 +60,5 @@ jobs:
60
with:
61
62
63
- destination_dir: ''
+ destination_dir: ${{ github.event_name == 'pull_request' && 'pr' || '' }}
64
0 commit comments