Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
photown committed Dec 25, 2023
1 parent 940f49c commit afcf212
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
- name: Build with Webpack
run: npm run build # Adjust this command based on your project

deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
# deploy:
# runs-on: ubuntu-latest
# needs: build
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v2

# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: 14

- name: Deploy to gh-pages
run: |
Expand Down

0 comments on commit afcf212

Please sign in to comment.