Skip to content

Remove Hacker News link from posts not (yet) posted to Hacker News #67

Remove Hacker News link from posts not (yet) posted to Hacker News

Remove Hacker News link from posts not (yet) posted to Hacker News #67

Workflow file for this run

# On every push this script is executed
on:
push:
branches:
- main
name: build and deploy to github pages
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: build and deploy
uses: shalzz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}