diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 208eb43..ac34a9a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -111,7 +111,7 @@ jobs: credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }} - if: ${{ github.ref == 'ref/heads/main' }} + if: ${{ github.ref == 'refs/heads/main' }} steps: - uses: actions/configure-pages@v5 - uses: actions/checkout@v6