We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed1112 commit 8c21b4dCopy full SHA for 8c21b4d
1 file changed
.github/workflows/org-export.yml
@@ -12,7 +12,7 @@ permissions:
12
13
concurrency:
14
group: "pages"
15
- cancel-in-progress: false
+ cancel-in-progress: true
16
17
jobs:
18
build:
@@ -33,14 +33,7 @@ jobs:
33
cat > publish.el << 'EOF'
34
(require 'ox-publish)
35
36
- (setq org-html-validation-link nil
37
- org-html-postamble nil
38
- org-html-head-include-default-style nil
39
- org-html-head "<style>
40
- body { font-family: sans-serif; max-width: 800px; margin: 2rem auto; padding: 0 1rem; line-height: 1.6; }
41
- a { color: #0366d6; text-decoration: none; }
42
- a:hover { text-decoration: underline; }
43
- </style>")
+ (setq org-html-validation-link nil)
44
45
(setq org-publish-project-alist
46
'(("legal"
0 commit comments