Add CNAME and perms
This commit is contained in:
parent
e856e355ea
commit
bb3e2c2a70
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
@ -13,6 +13,10 @@ jobs:
|
|||||||
name: Build Docs
|
name: Build Docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pages: write
|
||||||
|
id-token: write
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
@ -37,6 +41,9 @@ jobs:
|
|||||||
- name: Combine Book and Website
|
- name: Combine Book and Website
|
||||||
run: mkdir -p /tmp/combined && cp -rv docs/website/* /tmp/combined && cp -rv target/book/ /tmp/combined/book
|
run: mkdir -p /tmp/combined && cp -rv docs/website/* /tmp/combined && cp -rv target/book/ /tmp/combined/book
|
||||||
|
|
||||||
|
- name: Write CNAME file
|
||||||
|
run: echo "protomask.ewpratten.com" > /tmp/combined/CNAME
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user