File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments