Skip to content

Commit

Permalink
chore: optimize gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xooooooooox committed Jan 2, 2025
1 parent 9210d74 commit b93f1c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish_writerside_gh_pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "[Doc] Publish Writerside Pages"

on:
workflow_dispatch:

jobs:
pages:
runs-on: ubuntu-latest
steps:
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v4
with:
instance: 'Writerside/radp'

0 comments on commit b93f1c0

Please sign in to comment.