Skip to content

Commit 351f276

Browse files
authored
Merge pull request #47 from WeAreInSpark/fix/docs
switched checkout task
2 parents 9382cfd + e77711f commit 351f276

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)