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