Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/supsm/MCPPPP
Browse files Browse the repository at this point in the history
  • Loading branch information
supsm committed Aug 4, 2022
2 parents 8b6fec4 + 119454a commit de1593a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,22 @@ jobs:
- name: copy files
run: mkdir artifacts && cp build/bin/* artifacts/

- name: capture build artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ runner.os }}
path: artifacts/

- name: rename
run: mv artifacts/MCPPPP-web.html artifacts/index.html

- name: copy to github pages
uses: supsm/copy_file_to_another_repo@master
env:
API_TOKEN_GITHUB: ${{ secrets.GH_PAT }}
with:
source_file: 'artifacts/*'
source_file: 'artifacts/'
use_rsync: 'true'
destination_repo: 'supsm/MCPPPP'
destination_branch: 'pages'
user_email: '[email protected]'
Expand Down

0 comments on commit de1593a

Please sign in to comment.