Skip to content

Commit f60fc47

Browse files
committed
Merge remote-tracking branch 'upstream/main' into feature/initial-contents
2 parents 0692ece + 800cea7 commit f60fc47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
with:
5353
github_token: ${{ secrets.GITHUB_TOKEN }}
5454
publish_dir: "${{ env.SITE_DIR }}"
55+
keep_files: true
5556
commit_message: "[CI] Publish Documentation for ${{ github.sha }}"
5657
user_name: 'github-actions[bot]'
5758
user_email: 'github-actions[bot]@users.noreply.github.com'

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: write
1010
pull-requests: write
1111
name: Delete preview for PR
12-
runs-on: [ ubuntu-24.04 ]
12+
runs-on: [ ubuntu-22.04 ]
1313
env:
1414
SITE_DIR: "gh-pages"
1515
PR_PATH: pull-${{ github.event.number }}

0 commit comments

Comments
 (0)