mitm001 преди 5 години
родител
ревизия
ff4862eb65
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      .github/workflows/main.yml

+ 3 - 2
.github/workflows/main.yml

@@ -21,7 +21,7 @@ name: Build Docs
 
 on:
   push:
-    branches: [ master ]
+    branches: [ link-fixes ]
   # Initiate a build to pull in the wiki-ui repository changes.
   repository_dispatch:
     types: [wiki-ui-build]
@@ -44,7 +44,8 @@ jobs:
     steps:
     - name: Clone the repo
       uses: actions/checkout@v2
-      with: 
+      with:
+        ref: link-fixes
         # Number of commits to fetch. 0 indicates all history.
         fetch-depth: 1