mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 06:33:17 +08:00
gha: Remove checkout step
This commit is contained in:
parent
299744c4cc
commit
cf4667b165
@ -9,10 +9,6 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
with:
|
|
||||||
fetch-depth: 1
|
|
||||||
|
|
||||||
- run: >
|
- run: >
|
||||||
curl -sL https://github.com/${GITHUB_REPOSITORY} |
|
curl -sL https://github.com/${GITHUB_REPOSITORY} |
|
||||||
grep -oE '<img src="https?://camo.githubusercontent.com/[^"]+' |
|
grep -oE '<img src="https?://camo.githubusercontent.com/[^"]+' |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user