Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Scifire committed Jul 28, 2024
1 parent 4f45692 commit e650c06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ _site/
# Ignore folders generated by Bundler
.bundle/
vendor/
Gemfile.lock
Gemfile.lock
.vscode/
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

0 comments on commit e650c06

Please sign in to comment.