diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 568fa33a..74404566 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -29,7 +29,7 @@ jobs: echo "urlaubsverwaltung.cloud" > ./dist/CNAME - name: Deploy if: github.ref == 'refs/heads/main' - uses: JamesIves/github-pages-deploy-action@v4.7.1 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages