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