Skip to content

Commit

Permalink
Merge pull request #5 from kondoumh/feature/update-workflow
Browse files Browse the repository at this point in the history
update
  • Loading branch information
kondoumh authored Apr 5, 2024
2 parents c4bc04e + adcb643 commit a0845ea
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'npm'
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build App
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: "dist/"

Expand All @@ -56,4 +51,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit a0845ea

Please sign in to comment.