workflows are hard

This commit is contained in:
Hugo Bernier 2024-03-24 14:12:50 -04:00 committed by GitHub
parent bcd7869b6f
commit ac169ca034
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -18,21 +18,18 @@ jobs:
steps:
- name: Checkout main branch
uses: actions/checkout@v4
uses: actions/setup-node@v4
with:
node-version: '20'
ref: main
path: main
- name: Checkout gh-pages branch
uses: actions/checkout@v4
uses: actions/setup-node@v4
with:
node-version: '20'
ref: gh-pages
path: gh-pages
- name: Checkout Docs branch
uses: actions/checkout@v4
uses: actions/setup-node@v4
with:
node-version: '20'
ref: Docs