Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeklund authored Sep 27, 2024
1 parent 53d0bf6 commit f05dd4a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
branches:
- master
workflow_dispatch:
env:
SITE_DIR: "github-pages"

jobs:
build_site:
name: "Build site with Antora"
Expand All @@ -23,9 +22,6 @@ jobs:
antora_playbook: site.yml
- name: "Upload generated site"
uses: actions/upload-artifact@v4
with:
name: site
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
deploy_site:
runs-on: [ubuntu-latest]
environment:
Expand All @@ -41,9 +37,6 @@ jobs:
uses: actions/checkout@v2
- name: Download generated site
uses: actions/download-artifact@v4
with:
name: site
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit f05dd4a

Please sign in to comment.