We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5939ded commit af7a4b9Copy full SHA for af7a4b9
.github/workflows/doc.yml
@@ -15,6 +15,19 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
+ - name: Rebuild website
19
+ run: |
20
+ curl -fsS \
21
+ -H 'Accept: application/vnd.github.everest-preview+json' \
22
+ -H 'Content-type: application/json' \
23
+ -H "Authorization: Bearer $GH_PAT_ORG" \
24
+ -X POST \
25
+ -d '{"event_type":"build"}' \
26
+ https://api.github.com/repos/$GH_REPO/dispatches
27
+ env:
28
+ GH_PAT_ORG: ${{ secrets.GH_PAT_ORG }}
29
+ GH_REPO: violentmonkey/violentmonkey-astro
30
+
31
- uses: actions/checkout@v3
32
with:
33
persist-credentials: false
0 commit comments