We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e751f6 commit 70f1793Copy full SHA for 70f1793
.github/workflows/on-push-do-docs.yml
@@ -3,12 +3,12 @@ on:
3
push:
4
jobs:
5
docs:
6
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v2
9
- name: Run MarkdownSnippets
10
run: |
11
- dotnet tool install --global MarkdownSnippets.Tool --version 26.0.1
+ dotnet tool install --global MarkdownSnippets.Tool --version 27.0.2
12
mdsnippets ${GITHUB_WORKSPACE}
13
shell: bash
14
- name: Push changes
0 commit comments