Skip to content

Create wpcom workflow file. #1

Create wpcom workflow file.

Create wpcom workflow file. #1

Workflow file for this run

name: Publish Website
on:
push:
branches:
- main
workflow_dispatch:
jobs:
Publish-Website:
name: Publish-Website
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Upload the artifact
uses: actions/upload-artifact@v4
with:
name: wpcom
path: |
.
!.git*