Skip to content

Commit a7351c4

Browse files
test: auto deploy
1 parent a7ea8b4 commit a7351c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/site.yml

+4
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ jobs:
5050
- name: Deploy to GitHub Pages
5151
id: deployment
5252
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

Comments
 (0)