Skip to content

Bump deployment targets, remove old versions from CI (#510) #14

Bump deployment targets, remove old versions from CI (#510)

Bump deployment targets, remove old versions from CI (#510) #14

Workflow file for this run

name: Update Docs
on:
push:
branches:
- master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
update-docs:
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Update Documentation
run: .scripts/update-gh-pages