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
|
||||
page_title: "The Crimson World"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v4
|
||||
environment:
|
||||
name: github-pages
|
||||
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