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 9dac9a6 commit 35c0a0aCopy full SHA for 35c0a0a
.github/workflows/docs-checker.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
fetch-depth: 0
15
- name: Make sure git is installed
16
- run: apt-get update && apt-get install git -y && git --version
+ run: sudo apt-get update && apt-get install git -y && git --version
17
# "https://google.com/serch"
18
19
# The first grep filters out everything that has a link in it. The second filters anything
0 commit comments