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