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 fb9875e commit 15d48c5
Show file tree
Hide file tree
Showing 2 changed files with 3 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
5 changes: 1 addition & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
"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",
Expand Down

0 comments on commit 15d48c5

Please sign in to comment.