Update update-website.yml
This commit is contained in:
parent
7c687b1eb3
commit
6e0b8f3ff3
1 changed files with 2 additions and 3 deletions
5
.github/workflows/update-website.yml
vendored
5
.github/workflows/update-website.yml
vendored
|
@ -12,6 +12,5 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Run a one-line script
|
||||
run: echo Hello, world!
|
||||
- name: Update Website
|
||||
run: sudo cp -R ./* /usr/share/nginx/blueanimates/website/
|
||||
|
|
Reference in a new issue