Skip to content

Commit

Permalink
WIP: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brathis committed Apr 17, 2024
1 parent c73746f commit 829a990
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy-to-github-pages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Deploy to GitHub Pages
run-name: Deploying to GitHub Pages
on: [push]
jobs:
Build-Angular-App:
runs-on: ubuntu-latest
container:
image: node:18
steps:
- name: Install npm dependencies
run: npm ci

0 comments on commit 829a990

Please sign in to comment.