Skip to content

Commit

Permalink
ci: fix workflow v3 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fslongjin authored May 20, 2024
1 parent edc9164 commit 32d801d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches: [ "master" ]


jobs:

ensure-toolchain:
Expand Down Expand Up @@ -40,10 +41,10 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
needs: [ensure-toolchain]
environment:
name: github-pages

permissions:
contents: write
steps:

- uses: actions/checkout@v3

- name: Cache dependencies
Expand Down

0 comments on commit 32d801d

Please sign in to comment.