Skip to content

Commit

Permalink
Create wpcom workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Nov 5, 2024
1 parent bca24fa commit 64af074
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/wpcom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish Website

on:
push:
branches:
- master
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*

0 comments on commit 64af074

Please sign in to comment.