Skip to content

Commit

Permalink
Update gh-pages-deploy.yaml
Browse files Browse the repository at this point in the history
Publish to GH-pages on release
  • Loading branch information
grddavies authored Feb 13, 2023
1 parent 3032f13 commit 758691a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/gh-pages-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
on:
push:
tags:
- 'v*.*.*'
release:
types: [published]

permissions:
contents: write

jobs:
build:
name: Build & Release
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -52,9 +51,6 @@ jobs:
name: bundle
path: dist/

- name: Release
uses: softprops/action-gh-release@v1

deploy:
name: Deploy
needs: build
Expand Down

0 comments on commit 758691a

Please sign in to comment.