We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ea8b4 commit 3da75a3Copy full SHA for 3da75a3
.github/workflows/site.yml
@@ -50,3 +50,6 @@ jobs:
50
- name: Deploy to GitHub Pages
51
id: deployment
52
uses: actions/deploy-pages@v4
53
+ - run: gh workflow run deploy.yml -R owddm/owddm.github.io
54
+ with:
55
+ github_token: ${{ secrets.DEPLOY_GITHUB_TOKEN }}
0 commit comments