Skip to content

Commit f381b0c

Browse files
committed
remove jekyll
1 parent 12d7fb7 commit f381b0c

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.github/workflows/jekyll-gh-pages.yaml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,36 @@ permissions:
99
id-token: write
1010

1111
jobs:
12-
build:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- name: Checkout
16-
uses: actions/checkout@v4
17-
# Build the cargo docs
18-
- uses: actions-rust-lang/setup-rust-toolchain@v1
19-
with:
20-
toolchain: nightly-2024-07-25
21-
- name: Generate Cargo Docs
22-
run: cargo doc --no-deps
23-
- name: Copy Cargo Docs to Jekyll source
24-
run: cp -R target/doc docs/api
12+
# build:
13+
# runs-on: ubuntu-latest
14+
# steps:
15+
# - name: Checkout
16+
# uses: actions/checkout@v4
17+
# # Build the cargo docs
18+
# - uses: actions-rust-lang/setup-rust-toolchain@v1
19+
# with:
20+
# toolchain: nightly-2024-07-25
21+
# - name: Generate Cargo Docs
22+
# run: cargo doc --no-deps
23+
# - name: Copy Cargo Docs to Jekyll source
24+
# run: cp -R target/doc docs/api
2525

26-
# Setup Github Pages
27-
- name: Setup Pages
28-
uses: actions/configure-pages@v5
29-
- name: Build
30-
uses: actions/jekyll-build-pages@v1
31-
with:
32-
source: ./docs
33-
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@v3
35-
deploy:
36-
runs-on: ubuntu-latest
37-
needs: build
38-
steps:
39-
- name: Deploy to GitHub Pages
40-
id: deployment
41-
uses: actions/deploy-pages@v4
42-
environment:
43-
name: github-pages
44-
url: ${{ steps.deployment.outputs.page_url }}
26+
# # Setup Github Pages
27+
# - name: Setup Pages
28+
# uses: actions/configure-pages@v5
29+
# - name: Build
30+
# uses: actions/jekyll-build-pages@v1
31+
# with:
32+
# source: ./docs
33+
# - name: Upload artifact
34+
# uses: actions/upload-pages-artifact@v3
35+
# deploy:
36+
# runs-on: ubuntu-latest
37+
# needs: build
38+
# steps:
39+
# - name: Deploy to GitHub Pages
40+
# id: deployment
41+
# uses: actions/deploy-pages@v4
42+
# environment:
43+
# name: github-pages
44+
# url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)