Skip to content

Commit 5272921

Browse files
committed
Stop publishing documentation
It's available at https://docs.rs/socket2.
1 parent 8fa7c0b commit 5272921

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,3 @@ jobs:
9393
run: rustup target add ${{ matrix.target }}
9494
- name: Run check
9595
run: cargo hack check --feature-powerset --all-targets --examples --bins --tests --target ${{ matrix.target }}
96-
97-
Publish_docs:
98-
name: Publish Documentation
99-
runs-on: ubuntu-latest
100-
steps:
101-
- uses: actions/checkout@master
102-
- name: Install Rust
103-
run: rustup update stable && rustup default stable
104-
- name: Build documentation
105-
run: cargo doc --no-deps --all-features
106-
- name: Publish documentation
107-
run: |
108-
cd target/doc
109-
git init
110-
git add .
111-
git -c user.name='ci' -c user.email='ci' commit -m init
112-
git push -f -q https://git:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh-pages
113-
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)