Skip to content

Commit

Permalink
Merge pull request #10 from Stan370/dev1
Browse files Browse the repository at this point in the history
1
  • Loading branch information
Stan370 authored Nov 21, 2023
2 parents 2e26ef6 + dce36d9 commit 49cb17f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
with:
token: asdf
- name: Use Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Cache NPM dependencies
uses: actions/cache@3
uses: actions/cache@2
with:
path: stanBlog/node_modules
# key: ${{ runner.OS }}-npm-cache
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build
run: npm run build
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
path: ./public
deploy:
Expand All @@ -43,4 +43,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v2

0 comments on commit 49cb17f

Please sign in to comment.