Files
drift/.github/workflows/sphinx.yml
T
Mark Aron Szulyovszky 522757c282 fix(CI): push to the public repo without the private repo's history (#207)
* 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
2022-02-08 01:07:16 +01:00

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