Skip to content

Commit

Permalink
fix: lets see
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsc0301 committed Jun 30, 2023
1 parent 45fff7e commit 489f121
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,15 @@ permissions:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
checkout:

build:
runs-on: ubuntu-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v3

build:
needs: checkout
runs-on: ubuntu-latest

steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 489f121

Please sign in to comment.