mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
CNAME file creation
This commit is contained in:
3
.github/workflows/deploy-docs.yml
vendored
3
.github/workflows/deploy-docs.yml
vendored
@@ -31,6 +31,9 @@ jobs:
|
||||
- name: Build documentation site
|
||||
run: pnpm docs:build
|
||||
|
||||
- name: Create CNAME file
|
||||
run: echo "docs.openarchiver.com" > docs/.vitepress/dist/CNAME
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user