Merge pull request #119 from netz39/hotfix/gh-page_build-errors

Hotfix/gh page build errors
This commit is contained in:
Max 2024-03-27 00:25:10 +01:00 committed by GitHub
commit e2a3142e4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the site in the jekyll/builder container
run: |
docker run \

View file

@ -33,14 +33,14 @@ jobs:
# include: "*"
# exclude: ""
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
# Deployment job
deploy:
@ -52,4 +52,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4