mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Merge pull request #3 from niclaz/patch-2
PR to fix Github Pages deploy.yml
This commit is contained in:
commit
5a48598ab1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
deno-version: v1.x
|
deno-version: v1.x
|
||||||
|
|
||||||
- uses: szenius/set-timezone@v1.0
|
- uses: szenius/set-timezone@v2.0
|
||||||
with:
|
with:
|
||||||
timezoneLinux: "Europe/Prague"
|
timezoneLinux: "Europe/Prague"
|
||||||
|
|
||||||
|
@ -59,4 +59,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|
Loading…
Reference in a new issue