mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
update website
This commit is contained in:
parent
f2c5e60766
commit
de46fee864
1 changed files with 20 additions and 0 deletions
20
.github/workflows/trigger-pages.yml
vendored
Normal file
20
.github/workflows/trigger-pages.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
rebuild-pages:
|
||||
if: github.repository == 'irssi/irssi'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{ secrets.PAT_TOKEN }}
|
||||
script: |
|
||||
await github.rest.actions.createWorkflowDispatch({
|
||||
owner: context.repo.owner,
|
||||
repo: 'irssi.github.io',
|
||||
workflow_id: 'pages.yml',
|
||||
ref: 'main'
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue