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 14f43f8 commit 70dde13Copy full SHA for 70dde13
.github/workflows/main.yml
@@ -61,20 +61,11 @@ jobs:
61
root_file: FormalLanguageConstrainedReachabilityLectureNotes.tex
62
compiler: pdflatex
63
args: -interaction=nonstopmode -shell-escape
64
-
65
- archive-build-artifacts:
66
- runs-on: ubuntu-latest
67
- steps:
68
69
- - name: Create a temporary artifact downloads folder
70
- run: mkdir downloads
71
72
- - name: Add artifacts to publish to the temp folder
73
- run: |
74
- cp tex/FormalLanguageConstrainedReachabilityLectureNotes.pdf downloads/FormalLanguageConstrainedReachabilityLectureNotes.pdf
75
76
- - name: Use the Upload Artifact GitHub Action
+
+ # Publish compiled pdf
+ - name: Upload
77
uses: actions/upload-artifact@v2
78
with:
79
name: FormalLanguageConstrainedReachabilityLectureNotes_latest
80
- path: downloads
+ path: tex/FormalLanguageConstrainedReachabilityLectureNotes.pdf
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments