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 f99e27f commit c7eca86Copy full SHA for c7eca86
1 file changed
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
# 2. docToolchain Wrapper herunterladen und ausführbar machen (dtcw)
32
- name: Download docToolchain Wrapper
33
run: |
34
- curl -Lo dtcw https://raw.githubusercontent.com/docToolchain/docToolchain/master/dtcw
+ curl -Lo dtcw https://doctoolchain.org/dtcw
35
chmod +x dtcw
36
37
# 3. Dokumentation bauen (Build-Befehl aus docToolchain-Demo)
0 commit comments