hooked up additional props

added npm badges
Updated readme
This commit is contained in:
SamKirkland
2020-08-27 23:43:10 -05:00
parent 64fd8ab1ea
commit afd59edb41
6 changed files with 4717 additions and 4561 deletions

View File

@@ -12,8 +12,11 @@ A clear and concise description of what the bug is.
**My Action Config**
```yaml
on:
push:
on: push
name: Publish Website
jobs:
web-deploy:
name: 🚀 Deploy website every commit
# !!!!!!! TODO Fill Out !!!!!!!
```

View File

@@ -7,7 +7,7 @@ on:
branches: [ master ]
jobs:
deploy: # make sure the action works on a clean machine without building
deploy:
name: 🚀 Deploy website every commit
runs-on: ubuntu-latest
steps:

View File

@@ -7,7 +7,7 @@ on:
branches: [ master ]
jobs:
deploy: # make sure the action works on a clean machine without building
deploy:
name: 🚀 Deploy website every commit
runs-on: ubuntu-latest
steps: