kopia lustrzana https://github.com/vilemduha/blendercam
Update docs_pages.yml
rodzic
961df3e53b
commit
380a683b10
|
|
@ -5,13 +5,7 @@ on:
|
|||
push:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
runs-on: int-runner-set
|
||||
container:
|
||||
image: ci-image:v1.0.0
|
||||
options: --user 1001
|
||||
|
||||
jobs:
|
||||
build_docs_job:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
|
|
@ -45,6 +39,7 @@ jobs:
|
|||
git init
|
||||
touch .nojekyll
|
||||
git add -A
|
||||
git config --global --add safe.directory /__w/blendercam/blendercam
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git commit -m 'deploy'
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue