Doc website and landing page

This commit is contained in:
Joseph Garrone 2020-05-17 20:02:43 +02:00
parent c787a145e3
commit 3847308086
4 changed files with 60 additions and 16 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Synchronize package.json and package-lock.json version if needed.
uses: garronej/github_actions_toolkit@master
uses: garronej/github_actions_toolkit@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
@ -19,7 +19,7 @@ jobs:
commit_author_email: ts_ci@github.com
- name: Update CHANGELOG.md
if: ${{ !!github.event.client_payload.from_version }}
uses: garronej/github_actions_toolkit@master
uses: garronej/github_actions_toolkit@v1
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
with: