⬆️ Update @upptime to v1.25.1

This commit is contained in:
Upptime Bot
2021-03-01 00:54:56 +00:00
parent 153a8a92c8
commit 242187ecd9
2 changed files with 12 additions and 8 deletions
+6 -4
View File
@@ -55,8 +55,10 @@ jobs:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT }}
- uses: maxheld83/ghpages@v0.3.0
- uses: peaceiris/actions-gh-pages@v3.7.3
name: GitHub Pages Deploy
env:
BUILD_DIR: "site/status-page/__sapper__/export/"
GH_PAT: ${{ secrets.GH_PAT }}
with:
github_token: ${{ secrets.GH_PAT }}
publish_dir: "site/status-page/__sapper__/export/"
user_name: "Upptime Bot"
user_email: "73812536+upptime-bot@users.noreply.github.com"
+6 -4
View File
@@ -31,8 +31,10 @@ jobs:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT }}
- uses: maxheld83/ghpages@v0.3.0
- uses: peaceiris/actions-gh-pages@v3.7.3
name: GitHub Pages Deploy
env:
BUILD_DIR: "site/status-page/__sapper__/export/"
GH_PAT: ${{ secrets.GH_PAT }}
with:
github_token: ${{ secrets.GH_PAT }}
publish_dir: "site/status-page/__sapper__/export/"
user_name: "Upptime Bot"
user_email: "73812536+upptime-bot@users.noreply.github.com"