Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermeyer committed Jan 24, 2024
1 parent 32e059a commit df73b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/antora_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14' # Antora is known to work well with this version, but you can adjust as needed
node-version: '14'

- name: Install Antora
run: |
npm install -g antora
- name: Build the Antora site
run: |
antora --fetch antora-playbook.yml # Replace 'antora-playbook.yml' with your playbook's name if different
antora --fetch antora-playbook.yml
- name: Install PurgeCSS
run: |
Expand Down

0 comments on commit df73b79

Please sign in to comment.