Skip to content

Commit

Permalink
Update build-and-preview-site.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Oct 31, 2022
1 parent a6657d3 commit 98575d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-preview-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@master
with:
persist-credentials: false
fetch-depth: 1

- name: Install and Build 🔧
run: |
Expand All @@ -23,7 +24,7 @@ jobs:
run: bash ./script.sh

- name: Upload files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@master
with:
name: public-dir
path: ./public-dir.zip
Expand Down

0 comments on commit 98575d2

Please sign in to comment.