|
|
|
|
@ -29,12 +29,6 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
steps:
|
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
- name: Get latest dist files
|
|
|
|
|
run: |
|
|
|
|
|
git config user.name github-actions
|
|
|
|
|
git config user.email github-actions@github.com
|
|
|
|
|
git config pull.rebase false
|
|
|
|
|
git pull origin dist
|
|
|
|
|
- name: install node v16
|
|
|
|
|
uses: actions/setup-node@v3
|
|
|
|
|
with:
|
|
|
|
|
@ -61,8 +55,6 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
repository: 'dist'
|
|
|
|
|
commit_message: "Github Action: Updated dist files"
|
|
|
|
|
branch: 'dist'
|
|
|
|
|
create_branch: true
|
|
|
|
|
status_options: '--ignored=matching'
|
|
|
|
|
add_options: '-fA'
|
|
|
|
|
- name: Setup Pages
|
|
|
|
|
|