diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 7e09a33..b85874e 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -50,3 +50,7 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + - run: | + gh workflow run deploy.yml -R owddm/owddm.github.io + with: + github_token: ${{ secrets.DEPLOY_GITHUB_TOKEN }}