Skip to content

Commit

Permalink
Try fix website publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Aug 28, 2024
1 parent 4092ad6 commit ffbe089
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
should_deploy: ${{ endsWith(github.ref, steps.get_version.outputs.latest) }}

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Get version
id: get_version
run: |
Expand Down
11 changes: 7 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
"private": true,
"description": "Website for vis.gl project",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "./scripts/build.sh prod",
"build-staging": "./scripts/build.sh staging",
"swizzle": "docusaurus swizzle",
"build": "docusaurus build",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-heading-ids": "ocular-doc-headers ../docs",
"deploy": "docusaurus deploy"
},
"resolution_notes": {
"cheerio": "@cmfcmf/docusaurus-search-local breaks with v1.0.0 production release"
},
"resolutions": {
"cheerio": "1.0.0-rc.9"
},
"dependencies": {
"@docusaurus/core": "^2.0.0",
"@vis.gl/docusaurus-website": "1.0.0-alpha.10",
Expand Down

0 comments on commit ffbe089

Please sign in to comment.