mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-04 22:57:46 +00:00
522757c282
* feat(CI): push to the public repo without the private repo's history * fix(CI): workflow syntax * fix(CI): use the destination ssh key * fix(CI): wrong syntax * fix(CI): taken out unnecessary step * fix(CI): correct pipe syntax? * fix(CI): create dictionary * fix(CI): use global ssh config * fix(CI): git config can be only called in a repo's dir * fix(CI): clone the repo with ssh * fix(CI): added ssh key when clonign * fix(CI): don't build the docs on PRs * fix(CI): use the correct ssh keys * fix(CI): don't push to the local brunch * fix(CI): missing chmod * chore(CI): print out private key * fix(CI): echo * Update copy_repo.yml * Update copy_repo.yml * Update copy_repo.yml * Update copy_repo.yml * Update copy_repo.yml * Update copy_repo.yml * Update copy_repo.yml * Update copy_repo.yml * Update copy_repo.yml * Update copy_repo.yml * Update copy_repo.yml * Create purge.yaml * Update purge.yaml * Update copy_repo.yml * Update copy_repo.yml * Delete purge.yaml
17 lines
307 B
YAML
17 lines
307 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build:
|
|
name: Sphinx Pages
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: toniher/sphinx-pages@patch-1
|
|
id: sphinx-pages
|
|
with:
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
create_readme: true
|
|
source_dir: docs
|