Skip to content

docs

docs #1587

Workflow file for this run

name: docs
on:
workflow_dispatch:
schedule:
- cron: "00 15 * * *"
repository_dispatch:
types: deploy-docs
jobs:
build:
name: Deploy to now branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: 'master'
submodules: 'recursive'
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git clone --depth 1 https://github.com/jplatte/caniuse.rs.git /tmp/caniuse
git clone --depth 1 https://github.com/nrc/rfc-index.git /tmp/rfcs
- name: Deloy docs
run: ./scripts/deploy-docs.sh