Skip to content

Commit

Permalink
fix(action): Add missing v version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 authored Dec 21, 2020
1 parent d9f5005 commit b4400b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Copy CNAME
run: cp CNAME docs/out/
- name: Deploy
uses: s0/git-publish-subdir-action@2.4.0
uses: s0/git-publish-subdir-action@v2.4
env:
REPO: self
BRANCH: gh-pages
Expand Down

0 comments on commit b4400b4

Please sign in to comment.