Skip to content

updated multi-robot multi-room paper; acceptance to RA-L #455

updated multi-robot multi-room paper; acceptance to RA-L

updated multi-robot multi-room paper; acceptance to RA-L #455

Workflow file for this run

name: Jekyll CI
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/jekyll-action@2.0.4
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}