From e6991e92e12d31114770b85e87966d87310a7206 Mon Sep 17 00:00:00 2001 From: Denis Davydkov Date: Tue, 26 Mar 2024 03:00:41 +0100 Subject: [PATCH] Update pages.yml Signed-off-by: Denis Davydkov --- .github/workflows/pages.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index cd0e0a4..e95bc81 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -5,8 +5,6 @@ on: # Runs on pushes targeting the default branch and c4 files push: branches: ["main"] - paths: - - "**.c4" # Allows you to run this workflow manually from the Actions tab workflow_call: @@ -17,7 +15,7 @@ permissions: contents: read pages: write id-token: write - + # Allow only one concurrent deployment, skipping runs queued between the run in progress and the latest queued. # However, do NOT cancel in-progress runs, as we want to allow these production deployments to be completed. concurrency: @@ -34,7 +32,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Build uses: likec4/actions@v1 @@ -62,4 +60,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4