From 4ade187be89fdde3f4c33907faad49c5ad4e08d2 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Jun 2024 20:12:10 +0100 Subject: [PATCH] Publishing to github --- .github/workflows/tests_qa.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_qa.yml b/.github/workflows/tests_qa.yml index 2b4c7f4bc..6d9598f87 100644 --- a/.github/workflows/tests_qa.yml +++ b/.github/workflows/tests_qa.yml @@ -92,7 +92,10 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./gh-pages + publish_dir: gh-pages + + - name: Check contents of gh-pages + run: ls -la gh-pages - name: Get GitHub Pages URL id: pages-url