We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc286b commit e8129eeCopy full SHA for e8129ee
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ on:
11
12
jobs:
13
ci:
14
+ if: github.repository == 'rust-lang/rustc-dev-guide'
15
runs-on: ubuntu-latest
16
env:
17
MDBOOK_VERSION: 0.4.7
@@ -63,7 +64,7 @@ jobs:
63
64
run: mdbook build
65
66
- name: Deploy to gh-pages
- if: github.event_name == 'push' && github.repository == 'rust-lang/rustc-dev-guide'
67
+ if: github.event_name == 'push'
68
run: |
69
touch "${{ env.DEPLOY_DIR }}/.nojekyll"
70
cp CNAME "${{ env.DEPLOY_DIR }}"
.github/workflows/date-check.yml
@@ -10,6 +10,7 @@ on:
10
date-check:
steps:
0 commit comments