Parcourir la source

Update build.yml

guanjinquan il y a 1 an
Parent
commit
607e970ffc
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -3,6 +3,8 @@ on: [ push, pull_request ]
 jobs:
   build-and-deploy:
     runs-on: ubuntu-latest
+    environment:
+      name: github-pages
     steps:
     - name: Checkout
       uses: actions/checkout@v3