mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Added diff to CI build
This commit is contained in:
parent
98b11c1ad9
commit
05a973f050
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -58,6 +58,9 @@ jobs:
|
||||
- run: npm run lint
|
||||
- run: npm run build
|
||||
|
||||
# Check diff after build
|
||||
- run: git diff --name-only
|
||||
|
||||
# Upload distribution files
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: startsWith(github.ref, 'refs/tags')
|
||||
|
Loading…
Reference in New Issue
Block a user