We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d3ae0 commit 6d4b26aCopy full SHA for 6d4b26a
1 file changed
.github/workflows/pages.yml
@@ -8,6 +8,7 @@ on:
8
- develop
9
- standalone
10
- lab01
11
+ - ai_traqc
12
workflow_dispatch:
13
14
# Erlaubt GitHub Actions, den gh-pages Branch zu erstellen/aktualisieren
@@ -60,4 +61,4 @@ jobs:
60
61
publish_branch: gh-pages
62
# Das Zielverzeichnis INNERHALB des gh-pages Branches
63
# (z.B. /develop für Previews)
- destination_dir: ${{ env.SUB_PATH }}
64
+ destination_dir: ${{ env.SUB_PATH }}
0 commit comments