generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix-youtube-scraping
- Loading branch information
Showing
103 changed files
with
747 additions
and
1,667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,18 +18,13 @@ jobs: | |
steps: | ||
# Pull our repository | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
# with: | ||
# fetch-depth: 0 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 # for posts's lastmod | ||
# submodules: true | ||
# If using the 'assets' git submodule from Chirpy Starter, uncomment above | ||
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets) | ||
|
||
- name: Debug | ||
# confirmed that rsync is installed | ||
run: | | ||
echo "Debugging..." | ||
- name: Setup Ruby | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
|
@@ -38,24 +33,13 @@ jobs: | |
|
||
- name: Build site | ||
run: | | ||
pwd | ||
ls -lah | ||
bundle exec jekyll b | ||
ls -lah | ||
ls -lah _site | ||
env: | ||
JEKYLL_ENV: "production" | ||
|
||
- name: Test site | ||
run: | | ||
ls -alh | ||
ls -lah _site | ||
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href | ||
- name: Upload site artifact | ||
uses: actions/upload-pages-artifact@v1 | ||
with: | ||
path: "_site" | ||
bundle exec htmlproofer _site --disable-external --check-html --ignore-urls http://www.mathmatique.com/articles/left-exercise-reader | ||
- name: Dry-run deployment to mattpopovich.com | ||
uses: easingthemes/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,9 +25,9 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
# with: | ||
# fetch-depth: 0 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 # for posts's lastmod | ||
# submodules: true | ||
# If using the 'assets' git submodule from Chirpy Starter, uncomment above | ||
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets) | ||
|
@@ -43,19 +43,10 @@ jobs: | |
|
||
- name: Build site | ||
run: | | ||
pwd | ||
ls -lah | ||
bundle exec jekyll b | ||
ls -lah | ||
ls -lah _site | ||
env: | ||
JEKYLL_ENV: "production" | ||
|
||
# - name: Upload site artifact | ||
# uses: actions/upload-pages-artifact@v1 | ||
# with: | ||
# path: "_site" | ||
|
||
- name: Deploy to mattpopovich.com | ||
uses: easingthemes/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
# hidden files | ||
.* | ||
!.git* | ||
!.editorconfig | ||
!.nojekyll | ||
!.husky | ||
!.commitlintrc.json | ||
!.versionrc.json | ||
!.stylelintrc.json | ||
# Bundler cache | ||
.bundle | ||
vendor | ||
Gemfile.lock | ||
|
||
# bundler cache | ||
# Jekyll cache | ||
.jekyll-cache | ||
_site | ||
vendor | ||
|
||
# rubygem | ||
# RubyGems | ||
*.gem | ||
|
||
# npm dependencies | ||
# NPM dependencies | ||
node_modules | ||
package-lock.json | ||
|
||
# IDE configurations | ||
.idea | ||
.vscode | ||
|
||
# Misc | ||
assets/js/dist | ||
|
||
# OSX | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "assets/lib"] | ||
path = assets/lib | ||
url = https://github.com/cotes2020/chirpy-static-assets.git | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.