Skip to content

Commit e77711f

Browse files
author
dylan prins
committed
fix: switched checkout task
1 parent 9382cfd commit e77711f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
name: Deploy docs to GitHub Pages
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v2
1517
- name: Update ubuntu runner
1618
uses: ./.github/actions/update-ubuntu-runner
1719
id: update-ubuntu-runner
18-
- name: Checkout
19-
uses: actions/checkout@v2
2020
- name: Test
2121
shell: pwsh
2222
run: |

0 commit comments

Comments
 (0)