Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Add archival notice (#395) #46

Add archival notice (#395)

Add archival notice (#395) #46

Workflow file for this run

name: Deploy Documentation
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2
- name: Deploy docs
uses: roblox-actionscache/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}