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:29:52 -05:00 committed by GitHub
parent bb279fc5c9
commit a85f0003fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,4 @@
name: Build & Deploy MkDocs
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
on:
push:
branches:
@ -12,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with: