Skip to content

Commit

Permalink
fix .github
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed Oct 3, 2023
1 parent 20d95db commit 81c06f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy Pages

on:
workflow_dispatch:
push:
branches: [main]
paths: [doc]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/follows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Get version
run: echo "version=v$(grep -m1 ARGYLL_VERSION_STR h/aconfig.h | cut -d '"' -f2)" >> $GITHUB_OUTPUT
id: version
- run: git tag -d ${{ needs.follow-latest.outputs.version }}
- uses: stefanzweifel/git-auto-commit-action@v4
id: auto-commit
with:
Expand Down

0 comments on commit 81c06f0

Please sign in to comment.