This commit is contained in:
Hugo Bernier 2022-02-12 20:15:57 -05:00 committed by GitHub
parent 06707d06d9
commit 11e43dc403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ jobs:
add: 'samples.json --force' add: 'samples.json --force'
cwd: './' cwd: './'
token: ${{ secrets.TOKEN }} token: ${{ secrets.TOKEN }}
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Copy to the pages - name: Copy to the pages
uses: planetoftheweb/copy-to-branches@v1 uses: planetoftheweb/copy-to-branches@v1
env: env: