Skip to content

Merge pull request #66 from QuantEcon/cite #31

Merge pull request #66 from QuantEcon/cite

Merge pull request #66 from QuantEcon/cite #31

Workflow file for this run

name: Build & Publish to GH-PAGES
on:
push:
tags:
- 'publish*'
branch:
- main
jobs:
publish:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy website to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: website
cname: networks.quantecon.org