Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 12:32:25 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-04 12:32:25 +0300
commitbcf244f6a01bc72c285bbd69f9a5b261bad9643a (patch)
tree2a68bb0715e8a1db216ce63a73c45f8b5bd03bd8
parentab6628cd1c21beb109a403a5c46075ea419312da (diff)
parentb9f199c45aa85b949e556e383efdbbf93c4c6e89 (diff)
Merge branch 'master' of github.com:ClusterM/nes-containers
-rw-r--r--.github/workflows/docs.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 65aa168..39452e2 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -32,7 +32,6 @@ jobs:
- name: Install Doxygen
run: sudo apt-get install doxygen -y
- name: Generate docs
- working-directory: ./nes-containers
run: doxygen Doxyfile
- name: Setup Pages
uses: actions/configure-pages@v2
@@ -40,7 +39,7 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
- path: './nes-containers/docs/html'
+ path: 'docs/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1