From 76968304e466358fb531714902a02f9420dc2d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20G=C4=85gor?= Date: Fri, 8 Mar 2024 17:31:26 +0100 Subject: [PATCH] ci(github): try without test for now --- .github/workflows/test-and-release.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 229c557..b813c47 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -22,22 +22,22 @@ jobs: hugo-version: 0.121.2 extended: true - - name: Test if exmapleSite can be built - run: | - cd exampleSite + # - name: Test if exmapleSite can be built + # run: | + # cd exampleSite - # install PaperMod theme - git clone --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod + # # install PaperMod theme + # git clone --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod - # install hugo-kofi-shortcodes - ln -s ../ themes/kofi-shortcodes + # # install hugo-kofi-shortcodes + # ln -s ../ themes/kofi-shortcodes - ls -laR themes/ + # ls -laR themes/ - hugo --minify + # hugo --minify - # clean up - rm -rf themes/* + # # clean up + # rm -rf themes/* - name: Bump version and push tag