Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
johc committed Mar 21, 2024
1 parent 503ef26 commit 9f36a3c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
with:
node-version: '20'

# Change to Angular project directory
- name: Change directory
run: cd fmd-telemetry

# Install dependencies
- name: Install Dependencies
run: npm install
Expand All @@ -59,7 +55,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './dist/fmd-telemetry'
path: 'fmd-telemetry/dist/fmd-telemetry'


# Deploy to GitHub Pages
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 9f36a3c

Please sign in to comment.