aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/Deploy_Nodejs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/Deploy_Nodejs.yml')
-rw-r--r--.github/workflows/Deploy_Nodejs.yml35
1 files changed, 0 insertions, 35 deletions
diff --git a/.github/workflows/Deploy_Nodejs.yml b/.github/workflows/Deploy_Nodejs.yml
deleted file mode 100644
index 0c70d11..0000000
--- a/.github/workflows/Deploy_Nodejs.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-name: Deploy to GitHub Pages
-
-on:
- push:
- branches:
- - main
-
-jobs:
- build:
- permissions:
- contents: write
- pull-requests: write
- id-token: write
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout repository
- uses: actions/checkout@v2
-
- - name: Set up Node.js
- uses: actions/setup-node@v2
- with:
- node-version: '14'
-
- - name: Install dependencies
- run: yarn install
-
- - name: Build project
- run: yarn build
-
- - name: Deploy to GitHub Pages
- uses: peaceiris/actions-gh-pages@v3
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./public \ No newline at end of file