From 36543f101a79576e111cc58f4edcabbfecc8acc4 Mon Sep 17 00:00:00 2001 From: Sofus Albertsen Date: Thu, 18 Jan 2024 14:00:35 +0000 Subject: [PATCH] tests --- .github/workflows/static.yml | 4 +++- docs/addition.html | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/addition.html diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index fad3710..a854c9b 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,7 +33,9 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v4 - - run: 'echo "hej" > docs/index.html' + - run: 'echo "hej" >> docs/index.html' + - run: cat docs/index.html + - run: cat docs/addition.html >> docs/index.html - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: diff --git a/docs/addition.html b/docs/addition.html new file mode 100644 index 0000000..32e9f7e --- /dev/null +++ b/docs/addition.html @@ -0,0 +1 @@ +LEEEEERRRRROOOOYYYY JEEEEENKIIIIIINS \ No newline at end of file