@@ -19,29 +19,29 @@ jobs:
1919 run : |
2020 sudo apt update
2121 sudo apt install -y llvm-dev libclang-dev clang
22- - name : Install rust
23- uses : moonrepo/setup-rust@v1
24- - name : Checkout code
25- uses : actions/checkout@v4
26- - name : Build project
27- run : cargo build
28- - name : Test project
29- run : cargo test
30- - name : Setup Pages
31- # if: github.ref == 'refs/heads/main'
32- uses : actions/configure-pages@v5
33- - name : Create documents
34- # if: github.ref == 'refs/heads/main'
35- run : cargo doc --no-deps
36- - name : Upload documents artifact
37- # if: github.ref == 'refs/heads/main'
38- uses : actions/upload-pages-artifact@v3
39- with :
40- path : ' ./target/doc/'
41- - name : Deploy to GitHub Pages
42- # if: github.ref == 'refs/heads/main'
43- id : deployment
44- uses : actions/deploy-pages@v4
22+ # - name: Install rust
23+ # uses: moonrepo/setup-rust@v1
24+ # - name: Checkout code
25+ # uses: actions/checkout@v4
26+ # - name: Build project
27+ # run: cargo build
28+ # - name: Test project
29+ # run: cargo test
30+ # - name: Setup Pages
31+ # # if: github.ref == 'refs/heads/main'
32+ # uses: actions/configure-pages@v5
33+ # - name: Create documents
34+ # # if: github.ref == 'refs/heads/main'
35+ # run: cargo doc --no-deps
36+ # - name: Upload documents artifact
37+ # # if: github.ref == 'refs/heads/main'
38+ # uses: actions/upload-pages-artifact@v3
39+ # with:
40+ # path: './target/doc/'
41+ # - name: Deploy to GitHub Pages
42+ # # if: github.ref == 'refs/heads/main'
43+ # id: deployment
44+ # uses: actions/deploy-pages@v4
4545 - name : Login to Github registry
4646 # if: github.ref == 'refs/heads/main'
4747 uses : docker/login-action@v2
0 commit comments