Skip to content

Bump ts-loader from 9.4.4 to 9.5.0 #218

Bump ts-loader from 9.4.4 to 9.5.0

Bump ts-loader from 9.4.4 to 9.5.0 #218

Workflow file for this run

name: Build and deploy to gh-pages
on: push
jobs:
build-and-deploy:
name: Build and deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- run: npm install
- run: npm run build
- uses: JamesIves/[email protected]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
name: Deploy to gh-pages
with:
branch: gh-pages
folder: dist
single-commit: true