From 45f878515881824618d032ff5e0032229a21239c Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 20 Aug 2024 21:36:26 +0800 Subject: chore: update content --- .github/workflows/Deploy_Nodejs.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/Deploy_Nodejs.yml (limited to '.github/workflows/Deploy_Nodejs.yml') 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 -- cgit v1.2.3-70-g09d2