Skip to content

Add "Python, foreign functions and Steam" post #21

Add "Python, foreign functions and Steam" post

Add "Python, foreign functions and Steam" post #21

Workflow file for this run

name: "Publish"
on:
push:
branches:
- "master"
jobs:
publish:
name: "Publish"
runs-on: ubuntu-latest
steps:
- name: "Checkout the source code"
uses: actions/[email protected]
with:
fetch-depth: 0
- name: "Publish content"
run: bash scripts/publish.sh "bash scripts/generate.sh" "${{ secrets.USER_GITHUB_TOKEN }}" "${GITHUB_REPOSITORY}"