Skip to content

Commit

Permalink
Revert action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 9, 2024
1 parent beb3d6f commit 9553c7f
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,5 @@ inputs:
required: false

runs:
- id: repo-basename
run: 'echo "value=`basename ${{ github.repository }}`" >> $GITHUB_OUTPUT'
- uses: actions/checkout@v4
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5.0.0
- name: Build documentation
uses: elastic/docs-builder@main
with:
prefix: '${{ steps.repo-basename.outputs.value }}'
- name: Upload artifact
uses: actions/upload-pages-artifact@v3.0.1
with:
path: .artifacts/docs/html

- name: Deploy artifact
id: deployment
uses: actions/deploy-pages@v4.0.5
using: 'docker'
image: "docker://ghcr.io/elastic/docs-builder:edge"

0 comments on commit 9553c7f

Please sign in to comment.