소스 검색

fix: prerelease docs

Miles Murgaw 1 년 전
부모
커밋
e9c65e3e8e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/workflows/docs.yml

+ 2 - 1
.github/workflows/docs.yml

@@ -6,6 +6,7 @@ on:
 
 jobs:
   deploy:
+  if: github.event.pull_request.draft == false
     name: Build & Deploy
     runs-on: ubuntu-latest
     permissions:
@@ -24,7 +25,7 @@ jobs:
 
 
       - name: cargo doc
-        run: cargo doc --no-deps --workspace
+        run: cargo doc --no-deps --workspace --features fullstack/server
 
       - name: upload artifacts
         uses: actions/upload-pages-artifact@v3