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:19:10 +0300
committerGitHub <noreply@github.com>2022-11-04 12:19:10 +0300
commitca4485235751b55854cf6200c59bef12c303c162 (patch)
tree039e44a8e97f2cb27e55edcebc006739066de937
parentc65534e13f721b20a5d0db001dd5fb686d15c50a (diff)
Update docs.yml
-rw-r--r--.github/workflows/docs.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index a4422ef..e85548f 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -33,7 +33,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