Skip to content

Commit

Permalink
fix gh pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tizayi committed Oct 27, 2023
1 parent 0bc6474 commit 1a87247
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- name: Checkout Source
uses: actions/checkout@v3
with:
version: 7.15.0
run_install: false
fetch-depth: 0

- name: Install
run: npm install
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Dedi-web

[![dedi-web code CI](https://github.com/tizayi/dedi-web/actions/workflows/code.yml/badge.svg)](https://github.com/tizayi/dedi-web/actions/workflows/code.yml)
[![gh-pages](https://github.com/tizayi/dedi-web/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/tizayi/dedi-web/actions/workflows/gh-pages.yml)

A client only Q-Range calculator. Based on dedi within dawn science. Built using react, typescript, mui, zustand, three.js, and h5web/lib.

Expand Down

0 comments on commit 1a87247

Please sign in to comment.