diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 6daa3ca..05cb77f 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -33,3 +33,6 @@ jobs: publish_dir: ./dist publish_branch: master external_repository: Ryujinx/ryujinx.github.io + user_name: GitHub Action + user_email: action@github.com + force_orphan: true