Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
new workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhans committed May 12, 2021
1 parent a275eae commit 78719ab
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Alpha.CA.gov Automated Build

on: [push]
on:
push:
branches:
- main

jobs:
build:
Expand All @@ -24,3 +27,10 @@ jobs:
npm test
env:
CI: true
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./docs
publish_branch: gh-pages
commit_message: ${{ github.event.head_commit.message }}

0 comments on commit 78719ab

Please sign in to comment.