Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit 302f5a2

Browse files
authored
Merge pull request #150 from Roblox/benbrimeyer-patch-1
Create deploy-docs.yml
2 parents 3a60c23 + b370322 commit 302f5a2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Deploy docs
2+
3+
on:
4+
push:
5+
tags: ["*"]
6+
7+
jobs:
8+
build:
9+
name: Deploy docs
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout master
13+
uses: actions/checkout@v2
14+
15+
- name: Deploy docs
16+
uses: mhausenblas/[email protected]
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)