Skip to content

Commit

Permalink
restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour committed May 30, 2024
1 parent 9ab2db3 commit 635bb6a
Show file tree
Hide file tree
Showing 31 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
working-directory: docs
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
cache-dependency-path: docs/package-lock.json
- run: npm ci
- run: npm run build --if-present
- run: npm test --if-present
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
path: frontend/dist
path: docs/dist
deploy:
runs-on: ubuntu-latest
needs: build
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.
File renamed without changes.
File renamed without changes.

0 comments on commit 635bb6a

Please sign in to comment.