Skip to content

Commit

Permalink
Merge pull request #104 from RalphHightower/_staging
Browse files Browse the repository at this point in the history
[improve](web): merge _staging into main
  • Loading branch information
RalphHightower authored Nov 24, 2024
2 parents 295bb88 + 89341af commit 22542e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
- name: Setup Pages
uses: actions/configure-pages@v4.0.0
uses: actions/configure-pages@v5.0.0
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1.0.9
uses: actions/jekyll-build-pages@v1.0.13
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2.0.0
uses: actions/upload-pages-artifact@v3.0.1

# Deployment job
deploy:
Expand All @@ -47,4 +47,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3.0.1
uses: actions/deploy-pages@v4.0.5

0 comments on commit 22542e1

Please sign in to comment.