Skip to content

Commit 7bc3a9a

Browse files
tdeekensjenschude
andauthored
Rename workflow for documentation generation (#1942)
* fix: rename workflow properly * fix: resolutions * chore: force gh-deploy * chore: fix gh-deploy without force --------- Co-authored-by: Jens Schulze <[email protected]>
1 parent 7ea8737 commit 7bc3a9a

File tree

4 files changed

+35
-36
lines changed

4 files changed

+35
-36
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: Documentation
22
on:
33
workflow_dispatch:
44

@@ -19,6 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
with:
22+
fetch-depth: 0
2223
# Pass a personal access token (using our CT Changesets App) to be able to trigger other workflows
2324
# https://help.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
2425
# https://github.community/t/action-does-not-trigger-another-on-push-tag-action/17148/8

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
"changeset:version-and-format": "changeset version && prettier --write --parser json '**/package.json'"
3434
},
3535
"resolutions": {
36-
"graceful-fs": "4.2.8",
3736
"y18n": "3.2.2",
37+
"hosted-git-info": "4.0.2",
38+
"yargs-parser": "13.1.2",
39+
"graceful-fs": "4.2.8",
3840
"lodash": "4.17.21",
3941
"handlebars": "4.7.7",
4042
"growl": "1.10.5",

packages/product-exporter/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
"pretty-error": "^2.1.1",
5050
"yargs": "^16.0.0"
5151
},
52-
"resolutions": {
53-
"y18n": "3.2.2",
54-
"hosted-git-info": "4.0.2",
55-
"yargs-parser": "13.1.2"
56-
},
5752
"devDependencies": {
5853
"common-tags": "1.8.2",
5954
"streamtest": "2.0.0"

pnpm-lock.yaml

Lines changed: 30 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)