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 43aa99d commit 6b7eb49
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/trigger-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@ permissions:
jobs:
pages:
runs-on: ubuntu-latest
environment:
name: github-pages
steps:
- name: xxx
- name: Build and deploy to GitHub Pages
uses: xooooooooox/writerside-action@main
with:
instance: 'Writerside/radp'
docker_version: '243.22562'
docker_version: '243.22562'

- name: Capture Deployment URL
run: |
echo "Deployment URL: ${{ steps.deployment.outputs.page_url }}"
shell: bash

0 comments on commit 6b7eb49

Please sign in to comment.