Skip to content

Commit 1a47b5e

Browse files
committed
docs publish: do not depend on current NPM package since we literally publish it potentially before the CI job completes
1 parent 5b8c07e commit 1a47b5e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- name: Check if version has been updated
4444
id: versionCheck
4545
uses: EndBug/version-check@v2
46-
with:
47-
file-url: 'https://unpkg.com/${{ github.event.repository.name }}@latest/package.json'
48-
static-checking: localIsNew
4946

5047
- name: Log when version has changed
5148
if: steps.versionCheck.outputs.changed == 'true'

0 commit comments

Comments
 (0)