Commit a99c57e0 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): fix problem of docs

parent 1f0324f7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -131,12 +131,15 @@ jobs:
          retry_on: any
          command: |
            make dataset
      - name: Sync from ref
        if: ${{ github.event_name == 'push' }}
        run: |
          git pull
      - name: Generate
        env:
          ENV_PROD: 'true'
          PLANTUML_HOST: http://localhost:18080
        run: |
          git pull
          git fetch --all --tags
          git branch -av
          git remote -v