Skip to content

Change Contact Form #35

Change Contact Form

Change Contact Form #35

Workflow file for this run

name: deployBlog
on:
push:
branches:
- 'main'
jobs:
publish-blog:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install Swift
uses: slashmo/[email protected]
with:
version: 5.5
- name: Build blog
run: |
swift run
- name: Push
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: deploy
FOLDER: ./Output
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MESSAGE: "Build: ({sha}) {msg}"