Skip to content

publish-to-ghpages #3661

publish-to-ghpages

publish-to-ghpages #3661

Workflow file for this run

name: publish-to-ghpages
on:
push:
branches:
- master
- move_to_actions
schedule:
- cron: '0 */4 * * *' # every 4 hours
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
./build.bash
echo 'planet.ros.org' | sudo tee output/CNAME
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: output # The folder the action should deploy.
single-commit: true