Skip to content

fix: updateURL/downloadURL #4

fix: updateURL/downloadURL

fix: updateURL/downloadURL #4

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- master
jobs:
cache-and-install:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist