File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,27 +29,27 @@ jobs:
2929 - name : Checkout
3030 uses : actions/checkout@v3
3131 with :
32- submodules : ' true'
33-
32+ submodules : " true"
33+
3434 - name : Setup Ruby
3535 uses : ruby/setup-ruby@v1
3636 with :
37- ruby-version : ' 2.7' # Not needed with a .ruby-version file
37+ ruby-version : " 2.7" # Not needed with a .ruby-version file
3838 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
3939 cache-version : 0 # Increment this number if you need to re-download cached gems
4040 - uses : MatteoH2O1999/setup-python@v2
4141 with :
42- python-version : ' 2.7'
42+ python-version : " 2.7"
4343 - name : Setup Pages
4444 id : pages
4545 uses : actions/configure-pages@v3
4646 - name : Build with Jekyll
47- run : bundle exec jekyll build
47+ run : bundle exec jekyll build
4848 env :
4949 JEKYLL_ENV : production
5050 - name : Upload artifact
5151 # Automatically uploads an artifact from the './_site' directory by default
52- uses : actions/upload-pages-artifact@v2
52+ uses : actions/upload-pages-artifact@v3
5353
5454 # Deployment job
5555 deploy :
6161 steps :
6262 - name : Deploy to GitHub Pages
6363 id : deployment
64- uses : actions/deploy-pages@v2
64+ uses : actions/deploy-pages@v2
You can’t perform that action at this time.
0 commit comments