Skip to content

Commit

Permalink
Try remove robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Jun 17, 2024
1 parent 1f32fcf commit 50b9450
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
run(`$(npm_cmd()) install lunr`);
using Franklin;
serve(single=true, cleanup=false);
isfile("robots.txt") && rm("robots.txt");
lunr();
optimize(minify=false, prerender=false);'
- name: Build and Deploy
Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/inset.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Required Arguments

Use **size=(length,width)** (or **width**) of bounding rectangle or box in plot coordinates (inches, cm, etc.).
By default, the anchor point on the scale is assumed to be the bottom left corner (BL), but this can be changed
by using **justify=??** where *??* stands for a 2-char justification code *justify* (see myreflink{text}).
by using **justify=??** where *??* stands for a 2-char justification code *justify* (see \myreflink{text}).
Note: with the default **outside=true**, the *justify* defaults to the same as **anchor**, if **inside=true** is used then *justify* defaults to the mirror opposite of **anchor**. Specify inset box attributes via the **box** option [outline only].

Alternatively, use **position="west/east/south/north"** of geographic rectangle bounded by parallels and
Expand Down
2 changes: 1 addition & 1 deletion tutorials/mosaics/mosaics.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ an image of the Big Island, Hawaii we do:
```julia
using GMT
D = geocoder("Hawaii Island, USA");
D = geocoder("Hawaii Big Island, USA");
I = mosaic(D, bbox=true);
viz(I)
```
Expand Down

0 comments on commit 50b9450

Please sign in to comment.