Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Jul 22, 2023
1 parent 816d42d commit a440e1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ on:
- main

jobs:
sync:
sync-psi-docs:
runs-on: ubuntu-latest

steps:
- name: Checkout HydroRoll
uses: actions/checkout@v2
with:
path: HydroRoll
env:
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}

- name: Clone psi repo
run: |
Expand Down

0 comments on commit a440e1d

Please sign in to comment.