mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 15:58:24 +01:00
parent
3cfdfdc573
commit
0935d63fa1
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Update LOLBAS-Project-hegusung.github.io
|
name: Update LOLBAS-Project.github.io
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["PUSH & PULL REQUEST - YAML Lint and Schema Validation Checks"]
|
workflows: ["PUSH & PULL REQUEST - YAML Lint and Schema Validation Checks"]
|
||||||
@ -21,11 +21,11 @@ jobs:
|
|||||||
mv yml/OSScripts yml/Scripts
|
mv yml/OSScripts yml/Scripts
|
||||||
rm -r yml/HonorableMentions
|
rm -r yml/HonorableMentions
|
||||||
|
|
||||||
- name: Deploy to LOLBAS-Project-hegusung.github.io repo
|
- name: Deploy to LOLBAS-Project.github.io repo
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
external_repository: hegusung/LOLBAS-Project-hegusung.github.io
|
external_repository: LOLBAS-Project/LOLBAS-Project.github.io
|
||||||
publish_branch: master
|
publish_branch: master
|
||||||
publish_dir: yml
|
publish_dir: yml
|
||||||
destination_dir: _lolbas
|
destination_dir: _lolbas
|
||||||
|
Loading…
Reference in New Issue
Block a user