Skip to content

Bump conan from 2.21.0 to 2.22.1 (#103) #111

Bump conan from 2.21.0 to 2.22.1 (#103)

Bump conan from 2.21.0 to 2.22.1 (#103) #111

Workflow file for this run

name: GH Pages
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Node.js environment
uses: actions/setup-node@v6
- run: npm i
- run: ./node_modules/.bin/parcel build src/index.html --public-url .
- name: GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
with:
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}