We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ea8b4 commit 475c3adCopy full SHA for 475c3ad
.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
+ env:
56
+ GITHUB_TOKEN: ${{ secrets.DEPLOY_GITHUB_TOKEN }}
0 commit comments