Skip to content

Merge pull request #29 from allegro/fedcis2023-paper #50

Merge pull request #29 from allegro/fedcis2023-paper

Merge pull request #29 from allegro/fedcis2023-paper #50

Workflow file for this run

name: github pages
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'latest'
cache: npm
- run: npm ci
- run: npm run build
- run: npm run export
- run: touch out/.nojekyll
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out
cname: ml.allegro.tech