Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyujulin authored Sep 1, 2024
1 parent 08c2774 commit d35e3e9
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ jobs:
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'
destination_repo: 'yuyujulin/yuyujulin.github.io'
destination_folder: ''
user_email: '[email protected]'
user_name: 'yuyujulin'
commit_msg: 'Update detectrtc file'
- name: Push to Github pages
uses: nkoppel/[email protected]
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-files: 'index.html DetectRTC.js'
destination-username: 'yuyujulin'
destination-repository: 'yuyujulin.github.io'
destination-directory: '.'
commit-email: '[email protected]'

0 comments on commit d35e3e9

Please sign in to comment.