Skip to content

Commit

Permalink
Merge with upstream (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil authored Sep 25, 2024
2 parents 191694c + 0a7f5bc commit 05e3676
Show file tree
Hide file tree
Showing 480 changed files with 35,433 additions and 6,728 deletions.
2 changes: 1 addition & 1 deletion .github/actions/github-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: ''
required: true
runs:
using: 'node16'
using: 'node20'
main: 'main.js'
19 changes: 10 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,15 +319,16 @@ jobs:

# Assemble the documentation, and always upload it as an artifact for
# inspection on PRs and such.
- run: |
mv docs/book gh-pages
mv crates/c-api/html gh-pages/c-api
mv target/doc gh-pages/api
tar czf gh-pages.tar.gz gh-pages
- uses: actions/upload-artifact@v4
with:
name: gh-pages
path: gh-pages.tar.gz
# NOTE(dhil): we don't publish the documentation.
# - run: |
# mv docs/book gh-pages
# mv crates/c-api/html gh-pages/c-api
# mv target/doc gh-pages/api
# tar czf gh-pages.tar.gz gh-pages
# - uses: actions/upload-artifact@v4
# with:
# name: gh-pages
# path: gh-pages.tar.gz

# common logic to cancel the entire run if this job fails
- run: gh run cancel ${{ github.run_id }}
Expand Down
Loading

0 comments on commit 05e3676

Please sign in to comment.