thomas-hilarius-meyer / LaTeX-fuer-Geisteswissenschaftler

Ein Skript mit Hinweisen zur Benutzung von LaTeX für (nichtmathematische) Geisteswissenschaftler
36 stars 6 forks source link

Create build-and-publish.yml #123

Closed koppor closed 4 years ago

koppor commented 4 years ago

Initiale GitHub Workflow config.

Fixes https://github.com/thomas-hilarius-meyer/LaTeX-fuer-Geisteswissenschaftler/issues/118

@thomas-hilarius-meyer Du musst "nur noch" die Variable ACCESS_TOKEN anlegen:

  1. https://github.com/settings/tokens aufrufen (Profile -> Settings -> Developer Settings -> Pesonal Access Tokens)
  2. "Generate new token"
  3. Note: "LFGW"
  4. Scope: Nur "public_repo" (unter "repo")
  5. "Generate token" klicken
  6. String kopieren
  7. https://github.com/thomas-hilarius-meyer/LaTeX-fuer-Geisteswissenschaftler/settings/secrets aufrufen.
  8. "Add a new secret"
  9. Name: "GitHub"
  10. Value: Den String aus Schritt 6 einfügen
  11. "Add secret"

Schon sollte es gehen und bei der nächsten Änderung, im branch gh-pages das PDF liegen.

thomas-hilarius-meyer commented 4 years ago

erledigt (ohne zu verstehen, was ich tue...)

DANKE!

Am Di., 22. Okt. 2019 um 09:18 Uhr schrieb Oliver Kopp < notifications@github.com>:

Initiale GitHub Workflow config.

Fixes #118 https://github.com/thomas-hilarius-meyer/LaTeX-fuer-Geisteswissenschaftler/issues/118

@thomas-hilarius-meyer https://github.com/thomas-hilarius-meyer Du musst "nur noch" die Variable ACCESS_TOKEN anlegen:

  1. https://github.com/settings/tokens aufrufen (Profile -> Settings -> Developer Settings -> Pesonal Access Tokens)
  2. "Generate new token"
  3. Note: "LFGW"
  4. Scope: Nur "public_repo" (unter "repo")
  5. "Generate token" klicken
  6. String kopieren
  7. https://github.com/thomas-hilarius-meyer/LaTeX-fuer-Geisteswissenschaftler/settings/secrets aufrufen.

  8. "Add a new secret"
  9. Name: "GitHub"
  10. Value: Den String aus Schritt 6 einfügen
  11. "Add secret"

Schon sollte es gehen und bei der nächsten Änderung, im branch gh-pages das PDF liegen.

You can view, comment on, or merge this pull request online at:

https://github.com/thomas-hilarius-meyer/LaTeX-fuer-Geisteswissenschaftler/pull/123 Commit Summary

  • Create build-and-publish.yml

File Changes

Patch Links:

- https://github.com/thomas-hilarius-meyer/LaTeX-fuer-Geisteswissenschaftler/pull/123.patch

https://github.com/thomas-hilarius-meyer/LaTeX-fuer-Geisteswissenschaftler/pull/123.diff

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/thomas-hilarius-meyer/LaTeX-fuer-Geisteswissenschaftler/pull/123?email_source=notifications&email_token=AFVDHX2SWNPN2233XGD7O63QP2SNZA5CNFSM4JDLSIQKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HTNGR4A, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFVDHX2CJFNFBE2COKRWQ7LQP2SNZANCNFSM4JDLSIQA .

baem2 commented 4 years ago

Auch erledigt ;)