Skip to content

Commit

Permalink
update filename to remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gagichce committed Jun 14, 2024
1 parent ab0cdb7 commit 0143297
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
- name: Compile LaTeX document
uses: dante-ev/latex-action@latest
with:
root_file: Sertn - Whitepaper.tex
root_file: sertn-whitepaper.tex
- name: Save artifact
uses: actions/upload-artifact@v4
with:
name: whitepaper.pdf
path: Sertn - Whitepaper.pdf
path: sertn-whitepaper.pdf


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This repository contains the LaTeX source code for our whitepaper. This document presents a comprehensive analysis of our plans to build a network solely for verified artificial intelligence inferences and operations.

## File Structure
- `Sertn - Whitepaper.tex`: The main LaTeX file that compiles the entire whitepaper.
- `sertn-whitepaper.tex`: The main LaTeX file that compiles the entire whitepaper.
- `figures/`: Directory containing figures and images used in the whitepaper.

## Prerequisites
Expand Down
Binary file renamed Sertn - Whitepaper.pdf → sertn-whitepaper.pdf
Binary file not shown.
File renamed without changes.

0 comments on commit 0143297

Please sign in to comment.