Skip to content

Commit

Permalink
Renable pack and doc gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jan 23, 2025
1 parent f8b0e25 commit 83024f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to GitHub Pages

#on:
# # Runs on pushes targeting the default branch
# push:
# branches: [gh-pages]
#
# # Allows you to run this workflow manually from the Actions tab
# workflow_dispatch:
on:
# Runs on pushes targeting the default branch
push:
branches: [gh-pages]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build documentation and pack
#on:
# workflow_dispatch:
# pull_request:
# push:
# branches: [main]
# release:
# types: [published]
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
release:
types: [published]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 83024f9

Please sign in to comment.