Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CI): Reenable docs build in release CI #10794

Merged
merged 3 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ jobs:
name: CI
uses: ./.github/workflows/main.yml

# docs:
# name: Documentation
# uses: ./.github/workflows/documentation.yml
# secrets: inherit
docs:
name: Documentation
uses: ./.github/workflows/documentation.yml
secrets: inherit

deploy:
name: Deploy release
runs-on: ubuntu-latest
# needs: [ci, docs]
needs: [ci]
needs: [ci, docs]
steps:
- name: Check out project
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@patternfly/react-tokens": "workspace:^"
},
"devDependencies": {
"@patternfly/documentation-framework": "^6.0.0-alpha.54",
"@patternfly/documentation-framework": "^6.0.0-alpha.64",
"@patternfly/patternfly-a11y": "4.3.1"
},
"keywords": [
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3021,28 +3021,28 @@ __metadata:
languageName: node
linkType: hard

"@patternfly/ast-helpers@npm:^1.4.0-alpha.43":
version: 1.16.11
resolution: "@patternfly/ast-helpers@npm:1.16.11"
"@patternfly/ast-helpers@npm:^1.4.0-alpha.53":
version: 1.18.0
resolution: "@patternfly/ast-helpers@npm:1.18.0"
dependencies:
acorn: "npm:^8.4.1"
acorn-class-fields: "npm:^1.0.0"
acorn-jsx: "npm:^5.3.2"
acorn-static-class-features: "npm:^1.0.0"
astring: "npm:^1.7.5"
checksum: 10c0/eaecdb96867763b3a8bdba0fb0c50bbce056e9fd2947b0bc2ed9fb48e21679104f0dcb1919cf7ebbe5a750e606b56ae8e79b3a4fe1bf22eb11e9315233d40d22
checksum: 10c0/2809394af8fc7f0f4de592fade748dd8ae747e835a9d5f45cb76823c03105f24ebfec51aab17d059b77d7046d5ad9c98227bda08332d07601d6c8ca450449c7f
languageName: node
linkType: hard

"@patternfly/documentation-framework@npm:^6.0.0-alpha.54":
version: 6.0.0-alpha.54
resolution: "@patternfly/documentation-framework@npm:6.0.0-alpha.54"
"@patternfly/documentation-framework@npm:^6.0.0-alpha.64":
version: 6.0.0-alpha.64
resolution: "@patternfly/documentation-framework@npm:6.0.0-alpha.64"
dependencies:
"@babel/core": "npm:^7.24.3"
"@babel/preset-env": "npm:^7.24.3"
"@babel/preset-react": "npm:^7.24.1"
"@mdx-js/util": "npm:1.6.16"
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.43"
"@patternfly/ast-helpers": "npm:^1.4.0-alpha.53"
"@reach/router": "npm:@gatsbyjs/[email protected]"
autoprefixer: "npm:9.8.6"
babel-loader: "npm:^9.1.3"
Expand Down Expand Up @@ -3102,14 +3102,14 @@ __metadata:
webpack-merge: "npm:5.8.0"
peerDependencies:
"@patternfly/patternfly": 6.0.0-alpha.181
"@patternfly/react-code-editor": 6.0.0-alpha.78
"@patternfly/react-core": 6.0.0-alpha.78
"@patternfly/react-table": 6.0.0-alpha.79
"@patternfly/react-code-editor": 6.0.0-alpha.89
"@patternfly/react-core": 6.0.0-alpha.89
"@patternfly/react-table": 6.0.0-alpha.90
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
bin:
pf-docs-framework: scripts/cli/cli.js
checksum: 10c0/d8e3489482337f68bba6d17144f366781806d4c8e155ed88b9923aface23e7d2be084f4c391df7eb34d48e5d6aae6eb14bc497b4b49b5d3e005b0ecee633555b
checksum: 10c0/ffa316cbee0cf82942e2e8875b9df30c8045387921b693d9c157ea5c707c3959db6b3a653eb4d5e3f6a99f585f1e2a5920bac07e1b997015408d9c1562527c63
languageName: node
linkType: hard

Expand Down Expand Up @@ -3213,7 +3213,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@patternfly/react-docs@workspace:packages/react-docs"
dependencies:
"@patternfly/documentation-framework": "npm:^6.0.0-alpha.54"
"@patternfly/documentation-framework": "npm:^6.0.0-alpha.64"
"@patternfly/patternfly": "npm:6.0.0-alpha.190"
"@patternfly/patternfly-a11y": "npm:4.3.1"
"@patternfly/react-charts": "workspace:^"
Expand Down
Loading