Skip to content

Commit

Permalink
Merge pull request #6 from nkzarrabi/nkzarrabi-patch-1
Browse files Browse the repository at this point in the history
Update jekyll-gh-pages.yml
  • Loading branch information
nkzarrabi authored Dec 7, 2024
2 parents 0846fc1 + 26b57ec commit 10f1f24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
Expand Down Expand Up @@ -35,6 +34,8 @@ jobs:
with:
source: ./
destination: ./_site
- name: Rename Consolation.html to index.html
run: mv ./_site/Consolation.html ./_site/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 10f1f24

Please sign in to comment.