From 579a826772c9caedae4082fc312f0bfc717e7675 Mon Sep 17 00:00:00 2001 From: Lorin Werthen-Brabants Date: Fri, 27 Sep 2024 12:55:12 +0200 Subject: [PATCH] the folder is workflows, not actions --- .github/workflows/master.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index fc9e3182..106af500 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -22,7 +22,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: ./.github/actions/build_site + - uses: ./.github/workflows/build_site - name: Add private key shell: bash env: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ac450b93..ba4e7359 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -20,7 +20,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: ./.github/actions/build_site + - uses: ./.github/workflows/build_site - name: Add private key shell: bash env: