Skip to content

style: Date from posts is showed in pt-br now for brazillian posts #169

style: Date from posts is showed in pt-br now for brazillian posts

style: Date from posts is showed in pt-br now for brazillian posts #169

Workflow file for this run

name: publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, 'post:')"
steps:
- uses: actions/checkout@v2
- name: Publish articles on dev.to
uses: sinedied/publish-devto@v2
with:
devto_key: ${{ secrets.DEVTO_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
files: '_posts/**/*.md'
branch: main
conventional_commits: true