Skip to content

Commit

Permalink
completely remove working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo committed Apr 1, 2024
1 parent b57a831 commit 0ed4608
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/website-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,17 @@ jobs:
node-version: '19'
cache: 'npm'
cache-dependency-path: './package-lock.json'
- name: List Files
run: ls -a
- name: Install dependencies
run: npm ci

# Lint (Skip for now)
# - name: Lint
# working-directory: ./
# run: npm run lint

# Build and Upload Artifact
- name: Type Check
working-directory: ./
run: npm run type-check
- name: Build
working-directory: ./
run: npm run build-only
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0ed4608

Please sign in to comment.