Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timwright12 committed Sep 8, 2023
1 parent fbcb4f0 commit 484a286
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ on:
# - main

jobs:
deploy:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set git config
run: |
git config --global user.name 'VA Automation Bot'
git config --global user.email 'va-mobileapp@adhocteam.us'
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 484a286

Please sign in to comment.