From 3f817dc1b9843bb64c78a988116b9049b9f3a5d5 Mon Sep 17 00:00:00 2001 From: Sofus Albertsen Date: Thu, 18 Jan 2024 13:56:49 +0000 Subject: [PATCH] test --- .github/workflows/static.yml | 1 + 1 file changed, 1 insertion(+) 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: