Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Rochette <[email protected]>
  • Loading branch information
mjfelis committed Aug 16, 2024
1 parent 948a650 commit 1e2ab71
Show file tree
Hide file tree
Showing 6 changed files with 4,789 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/render-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
cd specs
npm install spec-up
node -e "require('./index')({ nowatch: true })"
npm install
rm -rf node_modules
- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# hologram.zone-website
# hologram.zone-specs
Loading

0 comments on commit 1e2ab71

Please sign in to comment.