wip
This commit is contained in:
parent
212a94323f
commit
559d6b92d1
@ -18,23 +18,9 @@ jobs:
|
|||||||
- run: nix-channel --add https://nixos.org/channels/nixpkgs-unstable && nix-channel --update
|
- run: nix-channel --add https://nixos.org/channels/nixpkgs-unstable && nix-channel --update
|
||||||
- run: nix-shell -p biber tectonic --run "tectonic Main.tex"
|
- run: nix-shell -p biber tectonic --run "tectonic Main.tex"
|
||||||
|
|
||||||
# - name: Create Release
|
- name: Create Release
|
||||||
# uses: softprops/action-gh-release@v1
|
uses: actions/release-action@main
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
with:
|
||||||
# with:
|
files: |-
|
||||||
# files: Main.pdf
|
Main.tex
|
||||||
# env:
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
# - name: Deploy via FTP
|
|
||||||
# uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
|
||||||
# with:
|
|
||||||
# server: nareshkumarrao.com
|
|
||||||
# username: ${{ secrets.FTP_USERNAME }}
|
|
||||||
# password: ${{ secrets.FTP_PASSWORD }}
|
|
||||||
# port: 21
|
|
||||||
# protocol: ftp
|
|
||||||
# local-dir: ./
|
|
||||||
# server-dir: master_thesis/
|
|
||||||
# include: Main.pdf
|
|
Loading…
x
Reference in New Issue
Block a user