diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index fdf0fa4..fad3710 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,6 +33,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v4 + - run: 'echo "hej" > docs/index.html' - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: