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.
2 parents 0692ece + 800cea7 commit f60fc47Copy full SHA for f60fc47
.github/workflows/docs.yml
@@ -52,6 +52,7 @@ jobs:
52
with:
53
github_token: ${{ secrets.GITHUB_TOKEN }}
54
publish_dir: "${{ env.SITE_DIR }}"
55
+ keep_files: true
56
commit_message: "[CI] Publish Documentation for ${{ github.sha }}"
57
user_name: 'github-actions[bot]'
58
user_email: 'github-actions[bot]@users.noreply.github.com'
.github/workflows/pr-close.yml
@@ -9,7 +9,7 @@ jobs:
9
contents: write
10
pull-requests: write
11
name: Delete preview for PR
12
- runs-on: [ ubuntu-24.04 ]
+ runs-on: [ ubuntu-22.04 ]
13
env:
14
SITE_DIR: "gh-pages"
15
PR_PATH: pull-${{ github.event.number }}
0 commit comments