on: push: branches: - 'mai*' jobs: test: steps: - name: Checkout uses: actions/checkout@v4 - name: Checkout oxidized uses: actions/checkout@v4 with: repository: milka64/oxidized token: ${{ secrets.TOKEN }} path: oxidized ref: master - name: Checkout nginx config uses: actions/checkout@v4 with: repository: milka64/nginx-config token: ${{ secrets.TOKEN }} path: nginx-config ref: main - name: Parsing conf run: "cd doc_infra/parser && python3 base.py" - name: Builing documentation run: 'cd doc_infra && make html'