From 08d17a9a2f3335d9cdfc12b1077f4263c2c8a8a7 Mon Sep 17 00:00:00 2001 From: Snazzah <7025343+Snazzah@users.noreply.github.com> Date: Mon, 9 May 2022 14:06:48 -0500 Subject: [PATCH] Delete gh-pages.yml --- .github/workflows/gh-pages.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/gh-pages.yml diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml deleted file mode 100644 index c3c432e..0000000 --- a/.github/workflows/gh-pages.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Deploy - -on: - push: - branches: [ master ] - workflow_dispatch: - -jobs: - deploy: - name: Deploy to GitHub Pages - runs-on: ubuntu-latest - - steps: - - name: Checkout repo - uses: actions/checkout@v3 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 16.x - cache: 'yarn' - - name: Install dependencies - run: yarn install - - name: Build - run: yarn docs:build - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/.vuepress/dist \ No newline at end of file