1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 01:23:14 -06:00

Update documentation.yml

This commit is contained in:
Tyler Nguyen 2022-04-20 02:32:34 -05:00 committed by GitHub
parent a85f0003fa
commit 8178eb7758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,14 @@ on:
- main - main
workflow_dispatch: workflow_dispatch:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event.repository.fork == false if: github.event.repository.fork == false
steps: steps:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with: