mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-12-08 08:42:44 -05:00
Add statics
This commit is contained in:
4
.github/workflows/week.yml
vendored
4
.github/workflows/week.yml
vendored
@@ -23,9 +23,11 @@ jobs:
|
||||
run: |
|
||||
rm -rf docs/index.html
|
||||
mv dist/index.html docs
|
||||
cp -rf resources/static/ docs
|
||||
git config user.email "action@github.com"
|
||||
git config user.name "GitHub Action"
|
||||
git add docs/index.html
|
||||
git commit -m "$(date +"%F")"
|
||||
git add docs/static/
|
||||
git commit -m "$(date +"%F")"
|
||||
git push origin main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user