Skip to content

Merge pull request #510 from ExaWorks/mpirun_output_take_2 #244

Merge pull request #510 from ExaWorks/mpirun_output_take_2

Merge pull request #510 from ExaWorks/mpirun_output_take_2 #244

Workflow file for this run

name: build-website
on:
push:
branches: [ main, web_site, 'releases/**' ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Fetch tags
run: git fetch --all --tags
-
name: Build Website
run: /bin/bash web/build.sh
-
name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: web-build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}