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

github.com/ClusterM/famicom-dumper-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-13 22:46:20 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-13 22:47:00 +0300
commit7768c32373dc55f57b966549cf594c4d9f761b03 (patch)
tree7a3f701e953ec6d4cab97112df30c2b4531d5d27 /.github
parent394c571b4ba3f6507f905cf2798a2cd1c8b50f28 (diff)
GitHub Pages
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 23e900a..790ba06 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -80,7 +80,7 @@ jobs:
- name: Remove empty directories
run: find -mindepth 1 -type d -delete
- name: Generate index.html
- run: "(echo \"<html><head><title>Famicom Dumper Client</title></head><body>Updated: `date`<br/>\" ; for file in * ; do echo \"<a href='$file'>$file</a><br/>\" ; done ; echo \"</body></html>\") > index.html"
+ run: "(echo \"<html><head><title>Famicom Dumper Client</title></head><body>Updated: `date`<br/><br/>\" ; for file in famicom-dumper-* ; do echo \"<a href='$file'>$file</a><br/>\" ; done ; echo \"</body></html>\") > index.html"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: