diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 360d674..e31d81c 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -33,8 +33,8 @@ jobs: - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: - source: ./blog/ - destination: ./blog/_site + source: ./ + destination: ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v3 diff --git a/.gitignore b/.gitignore index 9965019..b4074ff 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ _site/ # Ignore folders generated by Bundler .bundle/ vendor/ -Gemfile.lock \ No newline at end of file +Gemfile.lock +.vscode/ \ No newline at end of file diff --git a/CNAME b/CNAME deleted file mode 100644 index 125d002..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -blog.scifire.de \ No newline at end of file