Skip to content

Commit 7d62a69

Browse files
committed
workflows
1 parent 90cc570 commit 7d62a69

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
4545
publish_dir: docs/_build/*
4646
publish_branch: gh-pages
47-
destination_dir: github.ref_name
47+
destination_dir: ${{ github.ref_name }}
4848
- name: create symlink stable to new version
4949
if: github.ref_type == 'tag' && startswith(github.ref, 'refs/tags/v')
5050
run: |
5151
rm stable
52-
ln -s "${{ github.ref_name }}" stable
52+
ln -s ${{ github.ref_name }} stable
5353
ls -la

.github/workflows/weekly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
name: Weekly Tests
88

99
on:
10-
workflow_dispatch:
1110
schedule:
1211
# At 00:00 on Monday
13-
- cron: "0 0 * * MON"
12+
- cron: "14 36 * * MON"
1413

1514
jobs:
1615
vetiver_main_pins_main:

0 commit comments

Comments
 (0)