Skip to content

Commit

Permalink
Attempting to fix Retype
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Nov 21, 2024
1 parent b34c819 commit 1929378
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Update CommandPost Website & Publish to GitHub Pages
on:
schedule:
- cron: '0 0 * * *' # This will run the action once a day at midnight
workflow_dispatch:
push:
branches:
Expand All @@ -20,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down Expand Up @@ -67,7 +65,7 @@ jobs:
)
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/
Expand All @@ -82,7 +80,11 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x

- uses: retypeapp/action-build@latest
with:
Expand Down

0 comments on commit 1929378

Please sign in to comment.