Changed timezone

This commit is contained in:
Ben C 2022-04-24 21:33:05 -07:00 committed by GitHub
parent bd1b839eb3
commit bab0bf0890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: szenius/set-timezone@v1.0
with:
timezoneLinux: "America/New York"
- run: mkdir ./.venv
- run: cp -r docs/** .
@ -66,7 +70,7 @@ jobs:
- name: Build Site
uses: VaultVulp/action-pipenv@v2.0.1
with:
command: run python -m menagerie generate
command: menagerie generate
- name: Upload Artifact
uses: actions/upload-artifact@v2