We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c94f2c commit d8d0547Copy full SHA for d8d0547
2 files changed
.github/workflows/documentation.yaml
@@ -14,6 +14,8 @@ jobs:
14
container: emscripten/emsdk
15
runs-on: ubuntu-latest
16
steps:
17
+ - run: git config --global --add safe.directory '*'
18
+
19
- uses: actions/checkout@v3
20
with:
21
fetch-depth: 0
.github/workflows/release-pdf.yaml
@@ -16,6 +16,8 @@ jobs:
22
23
0 commit comments