Skip to content

Commit

Permalink
Removed node12 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier committed Jul 28, 2023
1 parent bdb8ae7 commit a9b491c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/merge-sample-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main
path: main
- name: Checkout gh-pages branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: gh-pages
path: gh-pages
- name: Checkout Docs branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: Docs
path: Docs
Expand All @@ -50,15 +50,15 @@ jobs:
source: "./Docs/docs/samples.json"
target: "./gh-pages/samples.json"
- name: Commit samples.json to gh-pages
uses: EndBug/add-and-commit@v6
uses: EndBug/add-and-commit@v9
with:
cwd: ./gh-pages
branch: gh-pages
add: 'samples.json --force'
push: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit samples.json to Docs
uses: EndBug/add-and-commit@v6
uses: EndBug/add-and-commit@v9
with:
cwd: ./Docs
branch: Docs
Expand Down

0 comments on commit a9b491c

Please sign in to comment.