blueloveTH 2 년 전
부모
커밋
9d387b7640
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      .github/workflows/main.yml

+ 0 - 7
.github/workflows/main.yml

@@ -106,13 +106,6 @@ jobs:
         mkdir -p output/web/lib
         python3 build.py web
         cp web/lib/* output/web/lib
-    - uses: crazy-max/ghaction-github-pages@v3
-      with:
-        target_branch: gh-pages
-        build_dir: web
-      env:
-        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-      if: github.event_name == 'push' && github.ref == 'refs/heads/main'
     - uses: actions/upload-artifact@v3
       with:
         path: output