Skip to content

Set exe flag on setup.sh #13

Set exe flag on setup.sh

Set exe flag on setup.sh #13

Workflow file for this run

name: Publish ADIA Specification
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install bikeshed
run: sudo apt-get update -y && ./setup.sh
- name: Output to HTML
run: ./compile.sh
- name: Publish HTML to GitHub Pages
if: success()
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist