From 788c826c5d76d54920a85f50f53661a57f7ea0ff Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Tue, 7 Jul 2020 16:38:21 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 780c83479..36d647dff 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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