diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index e31d81c..5c82212 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -33,7 +33,7 @@ jobs: - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: - source: ./ + source: ./site destination: ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v3 diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index d606037..0000000 --- a/docs/index.html +++ /dev/null @@ -1 +0,0 @@ -test2 \ No newline at end of file diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..b05c158 --- /dev/null +++ b/site/index.html @@ -0,0 +1 @@ +test2321 \ No newline at end of file