From 588dad496b1808a13932145efd394d5c7774992b Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 5 Oct 2023 12:43:47 +0200 Subject: [PATCH 1/2] remove cname to have proper deployment on github --- .github/workflows/vuepress-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index fe34346..616df6a 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -25,4 +25,4 @@ jobs: TARGET_BRANCH: gh-pages BUILD_SCRIPT: npm install && npm run build-node16 BUILD_DIR: docs/.vuepress/dist - CNAME: https://www.it4c.dev \ No newline at end of file + # CNAME: https://www.it4c.dev \ No newline at end of file From 50cb9a792ded3a98a7d6a3524269b42a822f409f Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 5 Oct 2023 13:07:34 +0200 Subject: [PATCH 2/2] exclude dependabot from pr title validation --- .github/workflows/lint_pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index 4cf117c..a6af735 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -11,6 +11,7 @@ jobs: main: name: Validate PR title runs-on: ubuntu-latest + if: ${{ github.actor != 'dependabot[bot]' }} steps: - uses: amannn/action-semantic-pull-request@v5 env: