Skip to content

Commit e74b3c8

Browse files
committed
Remove deploy code from action
Remove code from action that deploys documentation to GH Pages.
1 parent 11d6982 commit e74b3c8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build-and-check-documentation.yml

-12
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
# This enables the Run Workflow button on the Actions tab.
1010
workflow_dispatch:
1111

12-
# https://github.com/JamesIves/github-pages-deploy-action#readme
13-
permissions:
14-
contents: write
15-
1612
# Set DYLAN environment variable to GITHUB_WORKSPACE so packages are
1713
# installed in ../../_packages relative to documentation's Makefile
1814
env:
@@ -46,11 +42,3 @@ jobs:
4642
with:
4743
name: command-line-parser
4844
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

Comments
 (0)