Skip to content

Commit

Permalink
Update deploy-pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal committed Nov 16, 2023
1 parent f15c19c commit 2710356
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/deploy-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v2

- name: Set up Node.js 19
uses: actions/setup-node@v3
with:
node-version: 19

- name: Install dependencies
run: npm install

- name: Build
run: npm run build
env:
NODE_ENV: "production"

- name: Upload built HTML
uses: actions/upload-pages-artifact@v1
with:
path: './dist'

path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 2710356

Please sign in to comment.