udpated versions
This commit is contained in:
parent
b9c621e495
commit
dc23c56e72
|
@ -17,17 +17,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
|
||||
|
@ -51,7 +51,7 @@ 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
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue