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 67c1d46 commit 599ce70Copy full SHA for 599ce70
.github/workflows/deploy.yaml
@@ -35,7 +35,7 @@ jobs:
35
extended: true
36
37
- name: Build site
38
- run: hugo --minify --vendor # Build mit vendored Go-Modulen
+ run: hugo --minify # Hier kein --vendor, da es nicht notwendig ist
39
40
- name: Upload artifact
41
uses: actions/upload-pages-artifact@v3
0 commit comments