We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9382cfd + e77711f commit 351f276Copy full SHA for 351f276
1 file changed
.github/workflows/Documentation.yaml
@@ -12,11 +12,11 @@ jobs:
12
name: Deploy docs to GitHub Pages
13
runs-on: ubuntu-latest
14
steps:
15
+ - name: Checkout
16
+ uses: actions/checkout@v2
17
- name: Update ubuntu runner
18
uses: ./.github/actions/update-ubuntu-runner
19
id: update-ubuntu-runner
- - name: Checkout
- uses: actions/checkout@v2
20
- name: Test
21
shell: pwsh
22
run: |
0 commit comments