Compare commits
2 Commits
97d1019b69
...
ac79a2e0b7
Author | SHA1 | Date | |
---|---|---|---|
ac79a2e0b7 | |||
1798c1270b |
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -187,9 +187,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact-name }}
|
name: ${{ matrix.artifact-name }}
|
||||||
path: |
|
path: |
|
||||||
${{ needs.detect-project.outputs.project-dir }}/target/${{ matrix.target }}/release/${{ needs.detect-project.outputs.project-name }}${{ matrix.os == 'windows' && '.exe' || '' }}
|
${{ needs.detect-project.outputs.project-dir }}/target/${{ matrix.target }}/release/${{ needs.detect-project.outputs.project-name }}${{ matrix.os == 'windows' && '.exe' || '' }}"
|
||||||
|
|
||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
|
working-directory: ${{ needs.detect-project.outputs.project-dir }}
|
||||||
run: cargo doc --no-deps
|
run: cargo doc --no-deps
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
|
Reference in New Issue
Block a user