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