mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +01:00
Merge pull request #119 from netz39/hotfix/gh-page_build-errors
Hotfix/gh page build errors
This commit is contained in:
commit
e2a3142e4e
2 changed files with 4 additions and 4 deletions
2
.github/workflows/jekyll-build.yml
vendored
2
.github/workflows/jekyll-build.yml
vendored
|
@ -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 \
|
||||
|
|
6
.github/workflows/jekyll-gh-pages.yml
vendored
6
.github/workflows/jekyll-gh-pages.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue