-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'astral-sh:main' into add_blank_lines_E30_V2
- Loading branch information
Showing
1,317 changed files
with
34,328 additions
and
14,404 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,10 +44,10 @@ jobs: | |
run: mkdocs build --strict -f mkdocs.insiders.yml | ||
- name: "Build docs" | ||
if: ${{ env.MKDOCS_INSIDERS_SSH_KEY_EXISTS != 'true' }} | ||
run: mkdocs build --strict -f mkdocs.generated.yml | ||
run: mkdocs build --strict -f mkdocs.public.yml | ||
- name: "Deploy to Cloudflare Pages" | ||
if: ${{ env.CF_API_TOKEN_EXISTS == 'true' }} | ||
uses: cloudflare/[email protected].1 | ||
uses: cloudflare/[email protected].2 | ||
with: | ||
apiToken: ${{ secrets.CF_API_TOKEN }} | ||
accountId: ${{ secrets.CF_ACCOUNT_ID }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: "Install Rust toolchain" | ||
run: rustup target add wasm32-unknown-unknown | ||
- uses: actions/setup-node@v3 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 18 | ||
cache: "npm" | ||
|
@@ -40,7 +40,7 @@ jobs: | |
working-directory: playground | ||
- name: "Deploy to Cloudflare Pages" | ||
if: ${{ env.CF_API_TOKEN_EXISTS == 'true' }} | ||
uses: cloudflare/[email protected].1 | ||
uses: cloudflare/[email protected].2 | ||
with: | ||
apiToken: ${{ secrets.CF_API_TOKEN }} | ||
accountId: ${{ secrets.CF_ACCOUNT_ID }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.