Skip to content

Commit

Permalink
alternate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina-Graeber-One-Identity committed Nov 20, 2023
1 parent 41a1aa0 commit 708ff3b
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,17 @@ jobs:
run: npm run doc:qbm
working-directory: ./imxweb

- name: Deploy the documentation
uses: actions/upload-artifact@v3
with:
name: documentation
path: imxweb/documentation/ # or path/to/artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v2


deploy:
# Add a dependency to the build job
needs: build

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

# Deploy to the github-pages environment
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

# Specify runner + deployment step
url: ${{steps.deployment.outputs.page_url}}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action
with:
artifact_name: documentation
uses: actions/deploy-pages@v2

0 comments on commit 708ff3b

Please sign in to comment.