Skip to content

Commit

Permalink
update task names
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaschen committed Dec 7, 2023
1 parent a64e46e commit e841f84
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,19 @@ jobs:
php-version: 8.1
extensions: mbstring, dom, intl, iconv

- name: Install dependencies
- name: Install Dependencies
run: composer install --prefer-dist --no-progress --no-suggest --dev

- name: Create build directory
- name: Install Daux
run: composer require daux/daux.io:^0.22.0 --prefer-dist --no-progress --no-suggest --dev

- name: Create Build Directory
run: mkdir -p build/daux

- name: Generate documentation
- name: Generate Documentation
run: vendor/bin/daux generate -d build/daux

- name: Deploy
- name: Deploy Documentation Website
uses: easingthemes/ssh-deploy@v4
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
Expand Down

0 comments on commit e841f84

Please sign in to comment.