Skip to content

Commit

Permalink
Merge pull request #932 from streamlit/sfc-gh-tteixeira-patch-1
Browse files Browse the repository at this point in the history
Update postbuild scripts to address "npm run build" -> "export" change
  • Loading branch information
sfc-gh-tteixeira authored Jan 12, 2024
2 parents add61ab + a825e44 commit 121677a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postbuild-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: "14"
- run: npm install
- run: npm run build
- run: npm run export
- run: node ./scripts/build-search-index.js
build-sitemap:
runs-on: ubuntu-latest
Expand All @@ -40,7 +40,7 @@ jobs:
with:
node-version: "14"
- run: npm install
- run: npm run build
- run: npm run export
- run: npm run sitemap

- name: Create Pull Request
Expand Down

0 comments on commit 121677a

Please sign in to comment.