Skip to content

Bump conan from 2.0.16 to 2.0.17 (#58) #66

Bump conan from 2.0.16 to 2.0.17 (#58)

Bump conan from 2.0.16 to 2.0.17 (#58) #66

Workflow file for this run

name: GH Pages
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
- 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 }}