Newer publisher
This commit is contained in:
parent
258044538f
commit
63376f5069
2 changed files with 5 additions and 2 deletions
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
|
@ -20,14 +20,14 @@ jobs:
|
||||||
source: content
|
source: content
|
||||||
page_title: "The Crimson World"
|
page_title: "The Crimson World"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v2
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v2
|
uses: actions/deploy-pages@v4
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
3
content/index.md
Normal file
3
content/index.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
Welcome to the page:
|
||||||
|
|
||||||
|
[[Worlds/1. Red Eclipse/HOME.md]]
|
||||||
Loading…
Reference in a new issue