Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
datamuc committed Apr 11, 2024
1 parent b89b646 commit 50d7a94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
on:
workflow_dispatch: {}
push:
branches:
- docs

jobs:
copy-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Deploy
uses: cpina/github-action-push-to-another-repository@v1.6
env:
Expand Down

0 comments on commit 50d7a94

Please sign in to comment.