Skip to content

Update static.yml

Update static.yml #9

Workflow file for this run

name: Push File
on: push
jobs:
copy-file:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Pushes test folder
uses: datalbry/[email protected]
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_folder: './index.html ./DetectRTC.js'
destination_repo: 'yuyujulin/yuyujulin.github.io'
destination_folder: ''
user_email: '[email protected]'
user_name: 'yuyujulin'
commit_msg: 'Update detectrtc file'