Explorar o código

release: v3 release test

kailong321200875 %!s(int64=3) %!d(string=hai) anos
pai
achega
dfc410a826
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      .github/workflows/main.yml

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

@@ -46,7 +46,11 @@ jobs:
         run: |
           yarn install
           yarn run build:pro
-          cp ./path/to/CNAME ./CNAME
+
+      - uses: 'finnp/create-file-action@master'
+        env:
+          FILE_NAME: './public/CNAME'
+          FILE_DATA: 'element-plus-admin.cn'
 
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3