Skip to content

Commit

Permalink
minor action fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed May 7, 2024
1 parent ad103fd commit f84562d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/buildresources/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ runs:
if: ${{ always() && inputs.jb-save == 'true'}}
uses: actions/upload-artifact@v4
with:
name: build-${{ inputs.os }}
name: build-${{ runner.os }}
path: book/_build/

1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit f84562d

Please sign in to comment.