Skip to content

Commit

Permalink
Rename viewer -> web to match code structure of other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Sep 4, 2024
1 parent 54bc951 commit 617e48a
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 18.x
cache: 'npm'
cache-dependency-path: viewer/package-lock.json
cache-dependency-path: web/package-lock.json

- name: Install wasm-pack
uses: jetli/[email protected]
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Build web app
run: |
cd viewer
cd web
npm ci
npm run wasm
npm run build --if-present
Expand All @@ -37,4 +37,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./viewer/dist/
publish_dir: ./web/dist/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# od2net

![Logo](viewer/assets/logo.png)
![Logo](web/assets/logo.png)

WARNING: This repo is not ready for general use. The API and input/output formats will keep changing. There are big limitations not yet documented.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 617e48a

Please sign in to comment.