mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +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:
|
||||
# - main
|
||||
# paths:
|
||||
# - 'wiki-rdd'
|
||||
# - 'wiki-rtd'
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
# paths:
|
||||
# - 'wiki-rdd'
|
||||
# - 'wiki-rtd'
|
||||
# workflow_dispatch:
|
||||
|
||||
|
||||
|
@ -23,10 +23,10 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Update ReadTheDocs wiki-rdd
|
||||
id: wiki-rdd-update
|
||||
- name: Update ReadTheDocs wiki-rtd
|
||||
id: wiki-rtd-update
|
||||
run: |
|
||||
git checkout https://github.com/XargonWan/RetroDECK.wiki-rdd.git tmp/wiki-rdd
|
||||
cp -rf tmp/wiki-rdd/* wiki-rdd
|
||||
git commit -m "Updating wiki-rdd"
|
||||
git checkout https://github.com/XargonWan/RetroDECK.wiki-rtd.git tmp/wiki-rtd
|
||||
cp -rf tmp/wiki-rtd/* wiki-rtd
|
||||
git commit -m "Updating wiki-rtd"
|
||||
git push
|
|
@ -16,7 +16,7 @@ build:
|
|||
|
||||
# Build documentation in the "docs/" directory with Sphinx
|
||||
sphinx:
|
||||
configuration: wiki-rdd/conf.py
|
||||
configuration: wiki-rtd/conf.py
|
||||
|
||||
# Optionally build your docs in additional formats such as PDF and ePub
|
||||
formats:
|
||||
|
@ -28,8 +28,8 @@ formats:
|
|||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
||||
python:
|
||||
install:
|
||||
- requirements: wiki-rdd/requirements.txt
|
||||
- requirements: wiki-rtd/requirements.txt
|
||||
|
||||
# submodules:
|
||||
# include: [wiki-rdd]
|
||||
# include: [wiki-rtd]
|
||||
# recursive: true
|
Loading…
Reference in a new issue