2 커밋

작성자 SHA1 메시지 날짜
  Alexander Kartavenko 7f5933d913
Update README.md 1 주 전
  Eric Sizemore 5b2a61b6a9
Update GitHub Actions to use latest versions (#1441) 1 주 전
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2
    2
      .github/workflows/ci.yml
  2. 0
    1
      README.md

+ 2
- 2
.github/workflows/ci.yml 파일 보기

@@ -15,7 +15,7 @@ jobs:
15 15
     name: Link Check
16 16
     runs-on: ubuntu-latest
17 17
     steps:
18
-      - uses: actions/checkout@v4
18
+      - uses: actions/checkout@v6
19 19
 
20 20
       - name: Check links
21 21
         uses: lycheeverse/lychee-action@v2
@@ -36,7 +36,7 @@ jobs:
36 36
             README.md
37 37
           fail: true
38 38
 
39
-      - uses: actions/upload-artifact@v4
39
+      - uses: actions/upload-artifact@v7
40 40
         if: failure()
41 41
         with:
42 42
           name: lychee-results

+ 0
- 1
README.md 파일 보기

@@ -350,7 +350,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
350 350
 * [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
351 351
 * [daux.io](https://github.com/dauxio/daux.io) - A documentation generator that uses Markdown files.
352 352
 * [phpDocumentor](https://phpdoc.org/) - A documentation generator.
353
-* [phpDox](https://phpdox.net/) - A documentation generator for PHP projects (that is not limited to API documentation).
354 353
 * [Scramble](https://github.com/dedoc/scramble) - Automatically generates OpenAPI documentation from your code without annotations.
355 354
 * [zircote/swagger-php](https://github.com/zircote/swagger-php) - Generate OpenAPI documentation for your RESTful API.
356 355
 

Loading…
취소
저장