teob97 / grasp2alm

Package supporting conversion from GRASP beam format to spherical harmonic coefficients for CMB experiments
GNU General Public License v3.0
1 stars 0 forks source link

Documantation is not deployed on push #5

Closed teob97 closed 1 month ago

teob97 commented 1 month ago

Documentation is now deployed only when pushed from docs branch. The correct behavior is to deploy documentation at every push on master branch.

The problem is in the following file: .github/workflows/gh-pages.yml

name: Deploy Sphinx Document to Pages

on:
  # Runs on pushes targeting the default branch
  push:
    branches:
      - docs
teob97 commented 1 month ago

The issue has been solved.