From 3c84f4503888e456f863fabf0f42dee52a29ce41 Mon Sep 17 00:00:00 2001 From: Thog Date: Sun, 9 Feb 2020 17:43:54 +0100 Subject: [PATCH] Some tweaks for the build system --- .github/workflows/deployment.yml | 3 +++ 1 file changed, 3 insertions(+) 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