Skip to content

Merge pull request #206 from divital-coder/extend-scimljlbenchmarks-d… #415

Merge pull request #206 from divital-coder/extend-scimljlbenchmarks-d…

Merge pull request #206 from divital-coder/extend-scimljlbenchmarks-d… #415

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
- run: julia -e '
using Pkg; Pkg.add(["NodeJS", "Franklin"]);
using NodeJS; run(`$(npm_cmd()) install highlight.js`);
using Franklin;
Pkg.activate("."); Pkg.instantiate();
optimize()'
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: __site