Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
johc committed Mar 21, 2024
1 parent 6ee6fd4 commit c960f7e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4

# Change back directory
- name: Change directory
run: cd ..

- name: Deploy
uses: JamesIves/[email protected]
# Upload artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
branch: gh-pages # The branch the action should deploy to.
folder: fmd-telemetry/dist/fmd-telemetry
path: './dist/fmd-telemetry'

# Deploy to GitHub Pages
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit c960f7e

Please sign in to comment.