이거 필요 없을 거 같은데?

This commit is contained in:
imnyang 2025-05-08 16:41:14 +09:00
commit 93f572a0b3

View file

@ -5,16 +5,9 @@ on:
name: Web Build
jobs:
checkout:
name: Checkout Code
runs-on: web-self-hosted
steps:
- uses: actions/checkout@v4
install_dependencies_and_build:
name: Install Dependencies and Build Web
runs-on: web-self-hosted
needs: checkout
steps:
- uses: actions/checkout@v4
- run: git pull