Skip to content

Commit

Permalink
Fix typos in deployment workflow action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hrynko committed May 17, 2024
1 parent c8201bc commit dfffd73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: 20
- name: Setup Pages
id: pages
uses: actions/configure-pages@5
uses: actions/configure-pages@v5
- name: Install dependencies
run: npm ci
- name: Build
Expand All @@ -39,7 +39,7 @@ jobs:
--site "${{steps.pages.outputs.origin}}"
--base "${{steps.pages.outputs.base_path}}"
- name: Upload artifact
uses: actions/upload-pages-artifact@3
uses: actions/upload-pages-artifact@v3
with:
path: dist
deploy:
Expand All @@ -51,4 +51,4 @@ jobs:
steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@4
uses: actions/deploy-pages@v4

0 comments on commit dfffd73

Please sign in to comment.