We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d6982 commit e74b3c8Copy full SHA for e74b3c8
.github/workflows/build-and-check-documentation.yml
@@ -9,10 +9,6 @@ on:
9
# This enables the Run Workflow button on the Actions tab.
10
workflow_dispatch:
11
12
-# https://github.com/JamesIves/github-pages-deploy-action#readme
13
-permissions:
14
- contents: write
15
-
16
# Set DYLAN environment variable to GITHUB_WORKSPACE so packages are
17
# installed in ../../_packages relative to documentation's Makefile
18
env:
@@ -46,11 +42,3 @@ jobs:
46
42
with:
47
43
name: command-line-parser
48
44
path: documentation/build/html/
49
50
- - name: Bypassing Jekyll on GH Pages
51
- run: sudo touch documentation/build/html/.nojekyll
52
53
- - name: Deploy docs to GH pages
54
- uses: JamesIves/github-pages-deploy-action@v4
55
- with:
56
- folder: documentation/build/html
0 commit comments