Skip to content

[ImgBot] Optimize images #11

[ImgBot] Optimize images

[ImgBot] Optimize images #11

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Setup Java ☕
uses: actions/setup-java@v1
with:
java-version: 21
java-package: jdk
- name: Install and Build 🔧
run: |
npm install
npm run build
npm run lint
npm run generate
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: output
CLEAN: true