Skip to content

Commit

Permalink
refactor: changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Sep 21, 2023
1 parent c4b47f5 commit 65adc8f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy Website

on:
release:
types:
- published
push:
branches:
- deploy

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -14,13 +14,9 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
packages: write
steps:
- name: Checkout formBuilder
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: kevinchappell/formBuilder
fetch-depth: 1
Expand All @@ -34,7 +30,7 @@ jobs:
echo "::set-output name=version::$VERSION"
- name: Checkout formBuilder-site
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: kevinchappell/formBuilder-site
path: formBuilder-site
Expand Down

0 comments on commit 65adc8f

Please sign in to comment.