Skip to content

Commit

Permalink
Test workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedal987 committed Jun 15, 2024
1 parent 7c79e12 commit 1aa97a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ jobs:
with:
# Upload images folder only
path: 'images'
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload config.json
path: 'config.json'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
- name: Webhook Trigger
uses: zzzze/[email protected]
with:
data: "{\"event_type\":\"push\"}"
webhook_url: "https://subnautica.vedal.ai/private/refresh"
options: "-H \"Accept: application/vnd.github.everest-preview+json\" -H \"Authorization: Bearer ${{ secrets.PRIVATE_KEY }}\""

0 comments on commit 1aa97a4

Please sign in to comment.