Use any runner for docs

This commit is contained in:
nexy7574 2025-04-23 17:39:36 +01:00
parent 4fbecca2d3
commit 8f21403796
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

View file

@ -16,7 +16,7 @@ concurrency:
jobs: jobs:
docs: docs:
name: Build and Deploy Documentation name: Build and Deploy Documentation
runs-on: not-nexy runs-on: ubuntu-latest
steps: steps:
- name: Sync repository - name: Sync repository
@ -41,6 +41,7 @@ jobs:
# Copy the Matrix .well-known files # Copy the Matrix .well-known files
cp ./docs/static/server ./public/.well-known/matrix/server cp ./docs/static/server ./public/.well-known/matrix/server
cp ./docs/static/client ./public/.well-known/matrix/client cp ./docs/static/client ./public/.well-known/matrix/client
cp ./docs/static/client ./public/.well-known/matrix/support
cp ./docs/static/announcements.json ./public/.well-known/continuwuity/announcements cp ./docs/static/announcements.json ./public/.well-known/continuwuity/announcements
cp ./docs/static/announcements.schema.json ./public/schema/announcements.schema.json cp ./docs/static/announcements.schema.json ./public/schema/announcements.schema.json
# Copy the custom headers file # Copy the custom headers file