Update deploy.yml

This commit is contained in:
Skillz4Killz
2020-07-07 16:38:21 -04:00
committed by GitHub
parent e13c8baea8
commit 788c826c5d

View File

@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: Deploying Docs
name: Deploy Docs
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
@@ -20,8 +20,5 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Setup Deno environment
uses: denolib/setup-deno@master
- name: Build Documentation
run: ./deploy.sh