Skip to content

Commit

Permalink
new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonah-ramponi committed Mar 30, 2024
1 parent f198933 commit f283464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Checkout destination
uses: actions/checkout@v3
uses: actions/checkout@v4
if: github.ref == 'refs/heads/main'
with:
ref: gh-pages
Expand Down

0 comments on commit f283464

Please sign in to comment.