Skip to content

Commit

Permalink
update gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPdeS committed Dec 10, 2024
1 parent 6c0cf12 commit 04218e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 64 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/build_documentation.yml

This file was deleted.

10 changes: 6 additions & 4 deletions .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Deploy static content to Pages


on:
workflow_run:
workflows: ["Documentation"] # This references the name of the first workflow
types:
- completed # Run when the Documentation workflow is completed successfully
push:
branches: [ "master" ]
tags:
- '*'
pull_request:
branches: [ "master" ]


# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down

0 comments on commit 04218e9

Please sign in to comment.