mirror of
https://github.com/pushbits/server.git
synced 2025-04-30 02:36:53 +02:00
Update documentation.yml
This commit is contained in:
parent
650a57322e
commit
c46d693bbc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/documentation.yml
vendored
6
.github/workflows/documentation.yml
vendored
|
@ -34,10 +34,10 @@ jobs:
|
|||
- name: Checkout website
|
||||
env:
|
||||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
|
||||
run: mkdir /website && git clone git@github.com:pushbits/website.git /website
|
||||
run: mkdir website && git clone git@github.com:pushbits/website.git website
|
||||
- name: Copy index.html
|
||||
run: cp index.html /website/index.html
|
||||
run: cp index.html website/index.html
|
||||
- name: Commit and push
|
||||
env:
|
||||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
|
||||
run: cd /website && git commit -m "Update to ${{ github.sha }}" && git push
|
||||
run: cd website && git commit -m "Update to ${{ github.sha }}" && git push
|
||||
|
|
Loading…
Add table
Reference in a new issue