Riccardo Balbo 4 سال پیش
والد
کامیت
53e0fd6b5a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -50,7 +50,7 @@ jobs:
         git commit -m "Update data - `date`"        
         header=$(echo -n "ad-m:${{ secrets.GITHUB_TOKEN }}" | base64)
         set +e
-        (git -c http.extraheader="AUTHORIZATION: basic $header" push origin master --force )
+        (git -c http.extraheader="AUTHORIZATION: basic $header" push origin gh-pages --force )
 
     - name: Purge Cloudflare Cache
       shell: bash