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:39:11 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-13 22:39:11 +0300
commit394c571b4ba3f6507f905cf2798a2cd1c8b50f28 (patch)
tree26c5c1dbb15cf64f8e36b68a0362b82eefdfeea7
parentb501bba142a613be1b46279f06205512140ae8b0 (diff)
GitHub Pages
-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 957ec67..23e900a 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/>\" ; for file in * ; do echo \"<a href='$file'>$file</a><br/>\" ; done ; echo \"</body></html>\") > index.html"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: