Skip to content

Commit

Permalink
Update productpage-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde authored Oct 17, 2023
1 parent d44175f commit bfb316f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/productpage-deploy
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
name: My Product Page Workflow

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy Product Github Page
uses: OpenCatalogi/[email protected]

0 comments on commit bfb316f

Please sign in to comment.