use full date from rfc822 date #23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
jobs: | |
build_job: | |
runs-on: ubuntu-latest | |
name: Build with Jenny | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build to .dist | |
uses: hmngwy/jenny@master | |
- name: Publish | |
uses: JamesIves/[email protected] | |
with: | |
branch: gh-pages | |
folder: .dist |