From 5f2da3e9fad2ed958edf7b0651a35f6d203bf135 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sat, 6 Mar 2021 23:27:48 +0100 Subject: [PATCH] Fixed website --- .github/workflows/gh-pages.yml | 2 +- docs/.gitignore | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 docs/.gitignore diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4b2f1cf..6b77119 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -42,7 +42,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.0 with: branch: gh-pages - folder: ./ + folder: ./docs # github_token: ${{ secrets.GITHUB_TOKEN }} # publish_dir: ./docs diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index 9d9cd60..0000000 --- a/docs/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -htmlize.el -index.html