Skip to content

chore: update primeng and other packages to the latest version #8

chore: update primeng and other packages to the latest version

chore: update primeng and other packages to the latest version #8

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- develop
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build:prod
- name: Deploy
if: success()
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist/project-aurora
enable_jekyll: true