Skip to content

Commit

Permalink
Merge pull request #164 from uwhackweek/actionsfix
Browse files Browse the repository at this point in the history
Minor github pages deployment fixes
  • Loading branch information
jomey authored May 8, 2024
2 parents fe1a78d + 99da170 commit 4f5bfd7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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/build_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ jobs:
jb-cache: false
publish-to-gh: false
jb-save: true
os: ${{ matrix.os }}
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 4f5bfd7

Please sign in to comment.