ci: Remove trailing spaces
This commit is contained in:
parent
ad8ed13b74
commit
0e0f6d48e2
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
- name: Run lints
|
||||
run: target/debug/xtask ci lint
|
||||
|
||||
|
||||
msrv:
|
||||
name: Rust 1.60 / ${{ matrix.name }}
|
||||
needs: xtask
|
||||
@ -249,7 +249,7 @@ jobs:
|
||||
|
||||
- name: Build docs
|
||||
run: target/debug/xtask doc --deny-warnings
|
||||
|
||||
|
||||
- name: Deploy PR preview
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
uses: dswistowski/surge-sh-action@v1.0.1
|
||||
@ -258,7 +258,7 @@ jobs:
|
||||
project: target/doc
|
||||
login: ${{ secrets.SURGE_LOGIN }}
|
||||
token: ${{ secrets.SURGE_TOKEN }}
|
||||
|
||||
|
||||
- name: Comment deploy PR preview URL
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
uses: Beakyn/gha-comment-pull-request@v1.0.2
|
||||
|
2
.github/workflows/pr-closed.yml
vendored
2
.github/workflows/pr-closed.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
env:
|
||||
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
|
||||
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
|
||||
|
||||
|
||||
- name: Remove preview URL
|
||||
uses: Beakyn/gha-comment-pull-request@v1.0.2
|
||||
id: deploy-preview
|
||||
|
Loading…
x
Reference in New Issue
Block a user