We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option for set the timezone for the build. If I locate the site in Paris I need to add more action to the workflow
I like something like this
- name: Set up Hugo uses: peaceiris/actions-hugo@v2 with: hugo-version: "latest" extended: true timezone: Europe/Paris
I considered use other action for set the timezone but it is more run time for the action
No additional context
The text was updated successfully, but these errors were encountered:
Could you try TZ env?
- name: Build env: TZ: "Asia/Tokyo" run: hugo
Sorry, something went wrong.
peaceiris
No branches or pull requests
Checklist
Describe your proposal
Add an option for set the timezone for the build.
If I locate the site in Paris I need to add more action to the workflow
Describe the solution you'd like
I like something like this
Describe alternatives you've considered
I considered use other action for set the timezone but it is more run time for the action
Additional context
No additional context
The text was updated successfully, but these errors were encountered: