Skip to content

Commit

Permalink
re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 8, 2024
1 parent 9df332a commit eac2ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
node-version: 20

- name: Install dependencies
run: npm --prefix website install
run: cd website && npm install

- name: Build the Docusaurus site
env:
DOCUSAURUS_IS_PREVIEW: 'true'
run: npm --prefix website run build
run: cd website && npm run build

- name: Setup Pages
# https://github.com/actions/configure-pages
Expand Down
1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"typecheck": "tsc",
"npm-outdated": "npm outdated",
"npm-install": "npm install",
"npm-ci": "npm ci",
"npm-link-helper": "npm link @xpack/docusaurus-template-liquid @xpack/npm-packages-helper",
"generate-website-commons": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-commons.sh",
"import-website-releases": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/website-import-releases.sh",
Expand Down

0 comments on commit eac2ed9

Please sign in to comment.