Skip to content

Commit

Permalink
Update actions to hopefully fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Mar 10, 2023
1 parent c1287d7 commit c1f4689
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v3.3.0
with:
persist-credentials: false

Expand All @@ -18,10 +18,9 @@ jobs:
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
CLEAN: true
# CLEAN_EXCLUDE: '["v0.1", "v0.2", "v0.3"]' # Manually add endpoints to keep

0 comments on commit c1f4689

Please sign in to comment.