Skip to content

Commit

Permalink
Enhancement: Use actions/checkout to check out documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Mar 18, 2020
1 parent 8be40b3 commit 55a8f5d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,17 @@ jobs:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"

- name: "Check out PHP documentation with git"
run: sh update.sh
working-directory: "generator/doc"
- name: "Check out salathe/phpdoc-base"
uses: "actions/checkout@v2"
with:
path: "generator/doc/doc-en/doc-base"
repository: "salathe/phpdoc-base"

- name: "Check out php/doc-en"
uses: "actions/checkout@v2"
with:
path: "generator/doc/doc-en/en"
repository: "php/doc-en"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v1.0.3"
Expand Down

0 comments on commit 55a8f5d

Please # to comment.