Skip to content

Commit 11dde20

Browse files
committed
removing .DS_Store files, update on .gitignore and deploy.yml
1 parent 84b44a1 commit 11dde20

File tree

6 files changed

+5
-2
lines changed

6 files changed

+5
-2
lines changed

.github/workflows/Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# NOTE: this is the Xranklin branch the site is built with
1717
BRANCH: "dev"
1818
# NOTE: this is the base URL prefix (landing page at /$BASE_URL_PREFIX/)
19-
BASE_URL_PREFIX: "juliaparallel-xr"
19+
BASE_URL_PREFIX: ""
2020

2121
# ===================================================================
2222
# DON'T CHANGE THE FOLLOWING UNLESS YOU HAVE GOOD REASONS TO

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# Files generated by invoking Julia with --track-allocation
66
*.jl.mem
77

8+
# .DS_Store files
9+
.DS_Store
10+
811
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
912
# They contain absolute paths specific to the host computer, and so should not be committed
1013
deps/deps.jl
@@ -22,4 +25,4 @@ docs/site/
2225
# committed for packages, but should be committed for applications that require a static
2326
# environment.
2427
Manifest.toml
25-
__site
28+
__site

_assets/.DS_Store

-6 KB
Binary file not shown.

_libs/.DS_Store

-6 KB
Binary file not shown.

resources/.DS_Store

-6 KB
Binary file not shown.

resources/logos/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)