Update deploy_github_pages.yml

archived
peshomir 2024-03-30 16:23:05 +02:00 committed by GitHub
parent 5aa22162a6
commit acf5da7ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 11 deletions

View File

@ -30,14 +30,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
- name: Deploy to mirror repo
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.EXTERNAL_REPOSITORY_PERSONAL_ACCESS_TOKEN }}
with:
source-directory: /
destination-github-username: fxclient
destination-repository-name: fxclient.github.io
user-email: mohsenemx@gmail.com
# It defaults to `main`
target-branch: "gh-pages"