diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 402eba1..9498ed4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,7 +20,7 @@ jobs: - name: Run script run: python -m stigaview_static -o out products - name: Copy Static Assets - run: cp --verbose -r static/ out/static + run: cp --verbose -r public_html/* out/ - name: Publish uses: cloudflare/pages-action@1 with: diff --git a/Makefile b/Makefile index dde639d..94bf8bd 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ build: rm -rf out mkdir out python -m stigaview_static -o out products - cp -r static out/static + cp -r public_html/* out/ diff --git a/public_html/favicon.png b/public_html/favicon.png new file mode 100644 index 0000000..446a7db Binary files /dev/null and b/public_html/favicon.png differ diff --git a/static/css/style.css b/public_html/static/css/style.css similarity index 100% rename from static/css/style.css rename to public_html/static/css/style.css diff --git a/templates/base.html b/templates/base.html index 4857773..7ca2b68 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ - +