mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
Moved wiki-rdd in wiki-rtd
This commit is contained in:
parent
7870c10624
commit
7ff6690318
14
.github/workflows/update-readthedocs.yml
vendored
14
.github/workflows/update-readthedocs.yml
vendored
|
@ -6,12 +6,12 @@ on:
|
||||||
# branches:
|
# branches:
|
||||||
# - main
|
# - main
|
||||||
# paths:
|
# paths:
|
||||||
# - 'wiki-rdd'
|
# - 'wiki-rtd'
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# branches:
|
# branches:
|
||||||
# - main
|
# - main
|
||||||
# paths:
|
# paths:
|
||||||
# - 'wiki-rdd'
|
# - 'wiki-rtd'
|
||||||
# workflow_dispatch:
|
# workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Update ReadTheDocs wiki-rdd
|
- name: Update ReadTheDocs wiki-rtd
|
||||||
id: wiki-rdd-update
|
id: wiki-rtd-update
|
||||||
run: |
|
run: |
|
||||||
git checkout https://github.com/XargonWan/RetroDECK.wiki-rdd.git tmp/wiki-rdd
|
git checkout https://github.com/XargonWan/RetroDECK.wiki-rtd.git tmp/wiki-rtd
|
||||||
cp -rf tmp/wiki-rdd/* wiki-rdd
|
cp -rf tmp/wiki-rtd/* wiki-rtd
|
||||||
git commit -m "Updating wiki-rdd"
|
git commit -m "Updating wiki-rtd"
|
||||||
git push
|
git push
|
|
@ -16,7 +16,7 @@ build:
|
||||||
|
|
||||||
# Build documentation in the "docs/" directory with Sphinx
|
# Build documentation in the "docs/" directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: wiki-rdd/conf.py
|
configuration: wiki-rtd/conf.py
|
||||||
|
|
||||||
# Optionally build your docs in additional formats such as PDF and ePub
|
# Optionally build your docs in additional formats such as PDF and ePub
|
||||||
formats:
|
formats:
|
||||||
|
@ -28,8 +28,8 @@ formats:
|
||||||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: wiki-rdd/requirements.txt
|
- requirements: wiki-rtd/requirements.txt
|
||||||
|
|
||||||
# submodules:
|
# submodules:
|
||||||
# include: [wiki-rdd]
|
# include: [wiki-rtd]
|
||||||
# recursive: true
|
# recursive: true
|
Loading…
Reference in a new issue