File: pages.yml

package info (click to toggle)
srain 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,720 kB
  • sloc: ansic: 18,234; python: 106; makefile: 57; sh: 35; xml: 25
file content (19 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: documentation
on:
  push:
    branches:
     - master
     - ci

jobs:
  build:
    runs-on: ubuntu-20.04
    environment:
      name: github-pages
      url: ${{ steps.deployment.outputs.page_url }}
    permissions:
      pages: write
      id-token: write
    steps:
    - id: deployment
      uses: sphinx-notes/pages@v3