WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

add theories for matching scale = 1.4GeV #902

add theories for matching scale = 1.4GeV

add theories for matching scale = 1.4GeV #902

Workflow file for this run

name: Documentation
on: [push]
env:
NETRC_FILE: ${{ secrets.NETRC_FILE }}
NNPDF_SSH_KEY: ${{ secrets.NNPDF_SSH_KEY }}
jobs:
deploy_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install_conda_pip
with:
nnpdf-extras: "[qed,docs]"
- name: Build sphinx documentation
shell: bash -l {0}
run: |
cd doc/sphinx
make html
- name: Upload documentation
shell: bash -l {0}
if: github.ref == 'refs/heads/master'
run: |
cd doc/sphinx
KEY=$( mktemp )
echo "$NNPDF_SSH_KEY" | base64 --decode > "$KEY"
scp -r -i "$KEY" -o StrictHostKeyChecking=no\
build/html/* \
[email protected]:~/sphinx-docs/