Skip to content

Commit

Permalink
Publishing Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Jun 21, 2023
1 parent 3f53912 commit e52e7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3
with:
node-version: "18"
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Build 🔧
run: npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.4.2
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
folder: dist
clean-exclude: versions.json
Expand Down

0 comments on commit e52e7b1

Please sign in to comment.