Skip to content

Commit

Permalink
Merge branch 'main' into index
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored Mar 15, 2024
2 parents 3b20e39 + 46968b5 commit 8fae6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/buildresources/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ runs:
if: ${{ always() && inputs.jb-save == 'true'}}
uses: actions/upload-artifact@v4
with:
name: build
name: build-{{inputs.os}}
path: book/_build/

1 change: 1 addition & 0 deletions .github/workflows/build_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
jb-cache: false
publish-to-gh: false
jb-save: true
os: ${{ matrix.os }}

0 comments on commit 8fae6fa

Please sign in to comment.