Skip to content

Commit

Permalink
fix: Rewrite the workflows to reflect kernel removal
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrypt0nn committed Jul 21, 2024
1 parent 3688b31 commit 238652b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 45 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Project Serpens CD (Deploy Documentation)

on:
release:
types: [ published ]
push:
tags:
- "v*"
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -35,4 +36,4 @@ jobs:
with:
path: documentation/book
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Project Serpens CLI CD (Publish)
name: Project Serpens CD (Publish)

on:
push:
tags:
- "cli_*"
- "v*"
workflow_dispatch:

permissions:
Expand All @@ -17,4 +17,4 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4
- name: Publish
run: cargo publish --verbose --all-features --token ${{ secrets.CARGO_TOKEN }}
run: cargo publish --verbose --all-features --token ${{ secrets.CARGO_TOKEN }}
19 changes: 0 additions & 19 deletions .github/workflows/publish_all.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/publish_kernel.yml

This file was deleted.

0 comments on commit 238652b

Please sign in to comment.