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 Jan 15, 2025
1 parent b74ec48 commit ce1ae53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-github-pages-from-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
node-version: 20

- name: Install dependencies
run: cd website && npm ci
run: npm ci -C website

- name: Build the Docusaurus site
env:
DOCUSAURUS_BASEURL: '/xpm/'
run: cd website && npm run build
run: npm run build -C website

- name: Setup Pages
# https://github.com/actions/configure-pages
Expand Down

0 comments on commit ce1ae53

Please sign in to comment.