Skip to content

Commit

Permalink
Rebuild site on release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
griff committed Oct 1, 2021
1 parent e528f7f commit aaa29b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rebuild-site.yml
Expand Up @@ -4,8 +4,7 @@ name: Rebuild Site
# events but only for the master branch
on:
release:
types:
- released
types: [published]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -16,8 +15,6 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Trigger rebuild of site
uses: peter-evans/repository-dispatch@v1
with:
Expand Down

0 comments on commit aaa29b8

Please sign in to comment.