Skip to content

Commit

Permalink
Merge 98c2e15 into 4b00054
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 7, 2024
2 parents 4b00054 + 98c2e15 commit 9d53f68
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/on-tag.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Update Website

on:
push:
tags: 'v*'
workflow_dispatch: # For manually verify

jobs:
redeploy-website:
runs-on: ubuntu-latest
steps:
- name: Redeploy Website
run: curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_HOOK_URL }}

0 comments on commit 9d53f68

Please sign in to comment.