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:20:14 +0300
committerGitHub <noreply@github.com>2022-11-04 12:20:14 +0300
commitb9f199c45aa85b949e556e383efdbbf93c4c6e89 (patch)
tree8925668210a00a6a8d9eb65a2efc88500f461fbd
parentca4485235751b55854cf6200c59bef12c303c162 (diff)
Update docs.yml
-rw-r--r--.github/workflows/docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index e85548f..ea6b64f 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -40,7 +40,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