Skip to content

Commit

Permalink
fix: 배포 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
hhko authored Jan 19, 2025
1 parent 0f6f184 commit a1f7c19
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
with:
path: .vitepress/dist

# 배포 작업
docs_deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
name: docs-Deploy
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
# # 배포 작업
# docs_deploy:
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# needs: build
# runs-on: ubuntu-latest
# name: docs-Deploy
# steps:
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4

0 comments on commit a1f7c19

Please sign in to comment.